14.03.2014 Views

Automation Reference - JMP

Automation Reference - JMP

Automation Reference - JMP

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Application Object <strong>Reference</strong> for Automating <strong>JMP</strong><br />

Platform Methods<br />

Platform Methods<br />

Each platform has methods that enable you to launch and manipulate that platform.<br />

Bivariate Object Methods<br />

The Bivariate object provides a way to launch and manipulate a Bivariate analysis.<br />

DensityEllipses(Degree As Double)<br />

Draws a density ellipse with the given degree of probability.<br />

FitEachValue As Fit<br />

Fits each value on the analysis. Returns a dispatch pointer to the Fit object, which allows further manipulation<br />

through automation.<br />

FitLine As Fit<br />

Performs a linear fit on the analysis. Returns a dispatch pointer to the Fit object, which allows further<br />

manipulation through automation.<br />

FitLoess() As Fit<br />

Performs a Fit Loess using default parameters, and returns a Fit object for further customization.<br />

FitLoessWithParms(fitLoessLambdaConstants Lambda, Alpha as Double, Robustness as Short)<br />

Performs a Fit Loess using the specified parameters. Lambda is a constant, typically either Linear or Quadratic.<br />

Alpha is a value between 0 and 1 inclusive. Robustness is a value between 0 and 4 inclusive.<br />

Returns a Fit object for further customization.<br />

FitMean As Fit<br />

Fits a mean on the analysis. Returns a dispatch pointer to the Fit object, which allows further manipulation<br />

through automation.<br />

FitOrthogonal(OrthogonalFitConstant as Integer, VarianceRatio As Double) As Fit<br />

Performs an orthogonal regression with the specified variance ratio. The first parameter should be one of the<br />

values from the bivarFitTransformConstants. Returns a Fit object pointer.<br />

FitPolynomial(Degree As Double) As Fit<br />

Performs a polynomial fit with the specified degree (e.g. 3.0). Returns a pointer to a Fit object.<br />

FitSpline(Degree As Double) As Fit<br />

Performs a spline fit with the specified degree of stiffness (e.g. 100). Returns a Fit object pointer.<br />

Page 68

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!