AR | R Documentation |
Setups the necessary backend for the AR(P) process.
AR(phi = NULL, sigma2 = 1)
phi |
A |
sigma2 |
A |
An S3 object with called ts.model with the following structure:
Used in summary: "AR-1","AR-2", ..., "AR-P", "SIGMA2"
phi[[1]], phi[[2]], ..., phi[[p]], sigma^2
Number of Parameters
"AR"
Depth of Parameters e.g. list(p,1)
Guess Starting values? TRUE or FALSE (e.g. specified value)
JJB
AR(1) # Slower version of AR1() AR(phi=.32, sigma=1.3) # Slower version of AR1() AR(2) # Equivalent to ARMA(2,0).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.