restr.lagpol | R Documentation |
rest.lagpol
creates two special types of restricted lag polynomials
that can be useful to model seasonal time series:
1 + theta^(1/s)B + theta^(2/s)B^2 + ... + + theta^((s-1)/s)B^s-1
and
1 - 2cos(2pif/s)sqrt(theta)B+ thetaB^2
restr.lagpol(param = c(Theta = 0.8), s = 12, f = NULL, p = 1)
param |
double, the value of the parameter with a name. |
s |
the seasonal period, integer. |
f |
frequency for second order lag polynomials. |
p |
the power of lag polynomial, integer. |
rest.lagpol
returns an object of class "lagpol".
rest.lagpol(param = c(Theta = 0.8), s = 12)
rest.lagpol(param = c(Theta = 0.8), s = 12, f = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.