hdBIC: BIC score

View source: R/hdBIC.R

hdBICR Documentation

BIC score

Description

This function calculates the BIC score that has been shown to work better than ordinary BIC in high-dimensional scenarios. It uses the variance estimator given in \insertCiteyu2019estimating;textualTSdisaggregation.

Usage

hdBIC(X, Y, covariance, beta)

Arguments

X

Aggregated indicator series matrix that has been GLS rotated.

Y

Low-frequency response vector that has been GLS rotated.

covariance

Aggregated AR covariance matrix.

beta

Estimate of beta from LARS algorithm for a certain lambda.

References

\insertAllCited

TSdisaggregation documentation built on May 19, 2022, 1:06 a.m.