Description Usage Arguments Value
View source: R/functions_GARCHSK.R
This function constructs GARCHSK model of given data and parameters.
1 | garchsk_construct(params, data)
|
params |
vector of GJRSK model parameters(p1,const2,p2,q2,const3,p3,q3,const4,p4,q4) |
data |
vector time series data |
list of conditional mean(mu), variance(h), skewness(sk) and kurtosis(ku)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.