meansq | R Documentation |
Computes the mean square of the time series at the point x
, will be minimize with the optim
function in our function estimation
.
meansq(x, dim.ar = NULL, dim.ma = NULL, y)
x |
One point in \rm I\!R^{(p+q)}. |
dim.ar |
Length of AR vector. |
dim.ma |
Length of MA vector. |
y |
Vector of a time series. |
ms
Mean square at the point x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.