Temporal disaggregation & interpolation of a time series with ADL models
Source:R/adl.R
adl_disaggregation.Rd
Temporal disaggregation & interpolation of a time series with ADL models
Examples
# qna data, fernandez with/without quarterly indicator
data("qna_data")
Y <- ts(qna_data$B1G_Y_data[,"B1G_FF"], frequency = 1, start = c(2009,1))
x <- ts(qna_data$TURN_Q_data[,"TURN_INDEX_FF"], frequency = 4, start = c(2009,1))
td1 <- adl_disaggregation(Y, indicators = x, xar = "FREE")
td2 <- adl_disaggregation(Y, indicators = x, xar = "SAME")