minimum.startup.lag {dse2} | R Documentation |
Number of Starting Periods Required for a Model
minimum.startup.lag(model)
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 start.shift which should be cleaned up.