Daily Time Series (Dis)Aggregation
This function returns a daily disaggregated time series, by using as input an annual, semiannual, quarterly or monthly time series.
DAILY(x = NULL, fun = NULL, avoidCompliance = FALSE, ...)
x |
Input time series, that must satisfy the compliance control check defined in |
fun |
NULL: (default) the output value of each daily observation is set equal to the value of the input observation the date belongs to (i.e. duplicated values over the period) |
avoidCompliance |
If |
... |
Backward compatibility. |
This function returns a daily BIMETS time series.
#TS quarterly ts1=TSERIES((1:2),START=c(2000,1),FREQ='Q') TABIT(DAILY(ts1,fun='INTERP_CENTER')) #TS monthly ts1=TSERIES((1:4),START=c(2000,1),FREQ=12) TABIT(DAILY(ts1))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.