Description Usage Arguments Value
View source: R/functions_GARCHSK.R
This function forcasts conditional mean,variance,skewness and kurtosis with given GARCHSK model.
1 | garchsk_fcst(params, data, max_forecast = 20)
|
params |
vector of GARCHSK model parameters(p1,const2,p2,q2,const3,p3,q3,const4,p4,q4) |
data |
vector time series data |
max_forecast |
how long does this function forecast(Default value is 20) |
list of predicted conditional mean,variance,skewness and kurtosis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.