BIC: BIC and HBIC function

View source: R/Functions_BSS_SGL.R

BICR Documentation

BIC and HBIC function

Description

BIC and HBIC function

Usage

BIC(residual, phi, gamma.val = 1)

Arguments

residual

residual matrix

phi

estimated coefficient matrix of the model

gamma.val

hyperparameter for HBIC, if HBIC == TRUE.

Value

A list object, which contains the followings

BIC

BIC value

HBIC

HBIC value


VARDetect documentation built on May 10, 2022, 9:07 a.m.

Related to BIC in VARDetect...