| residuals.ucarima | R Documentation |
residuals.ucarima generates the residuals of a fitted ucarima
object.
## S3 method for class 'ucarima'
residuals(object, method = c("exact", "cond"), ...)
object |
an object of class |
method |
character. Either "exact" or "conditional" residuals. |
... |
additional arguments. |
These residuals are calculated by first converting the
ucarima object to a um object and then using the
residuals.um function.
A ts object containing the residuals of the SSM.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.