powered by
This function estimates GJRSK model's parameters.
gjrsk_est(data)
vector time series data
list of parameters,standard errors of parameters,t-statistics,the minimum value of log-likelihood,AIC and BIC.
# NOT RUN { library(GARCHSK) #load data data(GBP) # Estimate the parameters of GJR-SK model gjrsk_GBP<-gjrsk_est(GBP[1:100]) # Parameters gjrsk_GBP$params # }
Run the code above in your browser using DataLab