garchsk_lik {GARCHSK}R Documentation

This function calculates the log-likelihood of GARCHSK model.

Description

This function calculates the log-likelihood of GARCHSK model.

Usage

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


[Package GARCHSK version 0.1.0 Index]