sptd_BIC {DisaggregateTS}R Documentation

Function to calculate the BIC score from sparse temporal disaggregation.

Description

Used in disaggregation.R to find estimates of the optimal rho parameter.

Usage

sptd_BIC(Y, X, vcov)

Arguments

Y

The low-frequency response series (n_l x 1 matrix).

X

The aggregated high-frequency indicator series (n_l x p matrix).

vcov

Aggregated variance-covariance matrix of AR(1) residuals.

References

There are no references for Rd macro ⁠\insertAllCites⁠ on this help page.


[Package DisaggregateTS version 2.0.0 Index]