14.03.2014 Views

Scripting Guide - SAS

Scripting Guide - SAS

Scripting Guide - SAS

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.

Appendix A JSL Syntax Reference 689<br />

Utility Functions<br />

Tangent(expr)<br />

Tan(expr)<br />

Description<br />

Returns the tangent of an argument given in radians.<br />

TanH(expr)<br />

Description<br />

Returns the hyperbolic tangent of its argument.<br />

Utility Functions<br />

Arg(expr, i)<br />

Arg Expr(expr, i)<br />

Description<br />

Finds the argument numbered by i within the given expression.<br />

Returns<br />

The ith argument within the expression expr.<br />

Empty() if that argument does not exist or is not specified.<br />

Arguments<br />

expr an expression defined previously in the JSL script.<br />

i an integer denoting which argument to return.<br />

Notes<br />

Arg Expr() was deprecated in a previous release of JMP. Use Arg() instead.<br />

ARIMA Forecast(column, length, model, estimates, from, to)<br />

Description<br />

Determines the forecasted values for the specified rows of the specified column using the specified model<br />

and estimates.<br />

Returns<br />

A vector of forecasted values for column within the range defined by from and to.<br />

Arguments<br />

column A data table column.<br />

length Number of rows within the column to use.<br />

model Messages for Time Series model options.<br />

estimates A list of named values that matches the messages sent to ARIMA Forecast(). If you<br />

perform an ARIMA Forecast and save the script, the estimates are part of the script.<br />

from, to Define the range of values. Typically, from is between 1 and to, inclusive. If from is less<br />

than or equal to 0, and if from is less than or equal to to, the results include filtered predictions.

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

Saved successfully!

Ooh no, something went wrong!