sptd_BIC | R Documentation |
This function calculates the BIC score for sparse temporal disaggregation, as described in \insertCite10.1111/rssa.12952;textualDisaggregateTS. It uses the LARS algorithm to find the optimal beta coefficients and refits the models to compute BIC scores.
sptd_BIC(Y, X, vcov)
Y |
The low-frequency response series ( |
X |
The aggregated high-frequency indicator series ( |
vcov |
Aggregated variance-covariance matrix of AR( |
The minimum BIC score from the refitted models.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.