MA | R Documentation |
Setups the necessary backend for the MA(Q) process.
MA(theta = NULL, sigma2 = 1)
theta |
A |
sigma2 |
A |
An S3 object with called ts.model with the following structure:
Used in summary: "MA-1","MA-2", ..., "MA-Q", "SIGMA2"
theta[[1]], theta[[2]], ..., theta[[q]], sigma^2
Number of Parameters
"MA"
Depth of Parameters e.g. list(q,1)
Guess Starting values? TRUE or FALSE (e.g. specified value)
JJB
MA(1) # One theta MA(2) # Two thetas! MA(theta=.32, sigma=1.3) # 1 theta with a specific value. MA(theta=c(.3,.5), sigma=.3) # 2 thetas with specific values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.