var_estimator | R Documentation |
Variance Estimator
var_estimator(x, coef, ...)
x |
input time series. |
coef |
vector of coefficients or a moving-average ( |
... |
other arguments passed to the function |
\hat\sigma^2=\frac{1}{n-2h}\sum_{t=h+1}^{n-h}\frac{(y_t-\hat \mu_t)^2}{1-2w_0^2+\sum w_i^2}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.