Description Usage Arguments Details Value Note See Also
Number of Starting Periods Required for a Model
1 2 3 4 5 6 7 8 | minimumStartupLag(model)
## S3 method for class 'SS'
minimumStartupLag(model)
## S3 method for class 'ARMA'
minimumStartupLag(model)
## S3 method for class 'TSestModel'
minimumStartupLag(model)
startShift(model,data, y0=NULL)
|
model |
A TSmodel or object containing a TSmodel. |
data |
A TSdata object. |
y0 |
initial condition ... |
For many time series models several starting data points are required before output from the model can be calculated (or makes sense). This generic function extracts or calculates that number of periods.
An integer.
There is some redundancy between this and startShift which should be cleaned up.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.