predict.ldt.estim.varma | R Documentation |
ldt.estim.varma
ObjectThis function extracts predicted mean and its variance from an ldt.estim.varma
object.
new data must be provided while estimating the model.
## S3 method for class 'ldt.estim.varma'
predict(object, actualCount = 0, startFrequency = NULL, ...)
object |
An object of class |
actualCount |
Number of actual observations to be included in the result. |
startFrequency |
Frequency of the first observation used in the estimation.
This is object of class |
... |
Additional arguments. |
If estimation data undergoes a Box-Cox transformation, the resulting values will not be transformed accordingly.
An object of class ldt.varma.prediction
, which is a list with predicted means
and (if available) variances
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.