nabla.stsm | R Documentation |
nabla
returns the non stationary AR polynomialof the reduced form of
an object of the stsm
class.
## S3 method for class 'stsm'
nabla(mdl, tol = 1e-04)
mdl |
an object of class |
tol |
tolerance to check if a root is close to one. |
A numeric vector c(1, a1, ..., ad)
stsm1 <- stsm(b = 1, C = 1, S = diag(c(0.8, 0.04)))
nabla(stsm1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.