Learn R Programming

GARCHSK (version 0.1.0)

gjrsk_est: 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

Run this code
# 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