gjrsk_est: This function estimates GJRSK model's parameters.

Description Usage Arguments Value Examples

View source: R/functions_GJRSK.R

Description

This function estimates GJRSK model's parameters.

Usage

1

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

1
2
3
4
5
6
7
8
9
  library(GARCHSK)
  #load data
  data(GBP)
  
  # Estimate the parameters of GJR-SK model
  gjrsk_GBP<-gjrsk_est(GBP[1:100])
  
  # Parameters
  gjrsk_GBP$params

GARCHSK documentation built on July 22, 2021, 9:08 a.m.

Related to gjrsk_est in GARCHSK...