BIC function

BIC and HBIC function

BIC and HBIC function

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.

Returns

A list object, which contains the followings

  • BIC: BIC value
  • HBIC: HBIC value
  • Maintainer: Yue Bai
  • License: GPL-2
  • Last published: 2024-06-15

Useful links