Description Usage Arguments Details Value Examples
Estimate and plot prediction standard deviation. Given the series, the
function estimate point prediction based on AR(1) model and, using the
resdiuals from this simple model, estimate an ARCH model to estimate the
prediction standard deviation. If plott=TRUE
, a plot of the most
recent k
values is created.
1 2 |
series |
series to be plotted. |
plott |
should a plot be created? default is |
wind1 |
window size for the AR component (see details). |
wind2 |
window size for the ARCH component (see details). |
k |
if |
rrr1 |
will the AR model be estimated using Recursive ("Rec") or Rolling ("Rol") window? |
rrr2 |
will the ARCH model be estimated using Recursive ("Rec") or Rolling ("Rol") window? |
main |
main title of the plot, same as in |
Estimate and plot prediction confidence intervals based on AR-ARCH model.
vector of prediction's standard deviation.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.