gjrsk_est {GARCHSK}R Documentation

This function estimates GJRSK model's parameters.

Description

This function estimates GJRSK model's parameters.

Usage

gjrsk_est(data)

Arguments

data

vector time series data

Value

list of parameters,standard errors of parameters,t-statistics,the minimum value of log-likelihood,AIC and BIC.

Examples

  library(GARCHSK)
  #load data
  data(GBP)
  
  # Estimate the parameters of GJR-SK model
  gjrsk_GBP<-gjrsk_est(GBP[1:100])
  
  # Parameters
  gjrsk_GBP$params

[Package GARCHSK version 0.1.0 Index]