BIC: BIC and HBIC function

Description Usage Arguments Value

View source: R/LinearDetect-package.R

Description

BIC and HBIC function

Usage

1
BIC(residual, phi, gamma.val = 1, method = "MLR")

Arguments

residual

residual matrix

phi

estimated coefficient matrix of the model

gamma.val

hyperparameter for HBIC, if HBIC == TRUE.

method

method name for the model: MLR: Multiple Linear Regression; VAR: Vector autoregression;

Value

A list object, which contains the followings

BIC

BIC value

HBIC

HBIC value


LinearDetect documentation built on March 22, 2021, 9:06 a.m.