JMP 14.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
该帮助的版本不再更新,请参见
https://www.jmp.com/support/help/zh-cn/15.2
获取最新的版本.
Scripting Guide
•
Scripting Platforms
•
Scripting-Only Messages and Arguments by Platform
• Time Series
上一个
•
下一个
Time Series
The following arguments for the
Time Series()
function are available only in JSL:
•
Autocorrelation Lags(
n
)
// set the launch option for the maximum number of periods between points used in computing autocorrelations
•
Forecast Periods(
n
)
// set the launch option for the number of steps ahead in the forecasting report
The following JSL messages for a Time Series object are available only in JSL:
•
time_series_object << Maximum Iterations( n )
// reset the maximum number of iterations for future optimizations used in ARIMA model fitting
•
time_series_object << Get Models
// return a list of model results named by model description
•
time_series_object << Get Model Specs
// return a list of model results named by model specification