garchsk_lik: This function calculates the log-likelihood of GARCHSK model.

Description Usage Arguments Value

View source: R/functions_GARCHSK.R

Description

This function calculates the log-likelihood of GARCHSK model.

Usage

1
garchsk_lik(params, data)

Arguments

params

vector of GARCHSK model parameters(p1,const2,p2,q2,const3,p3,q3,const4,p4,q4)

data

vector time series data

Value

(negative) log-likelihood of GJRSK model


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

Related to garchsk_lik in GARCHSK...