Description Usage Arguments Value Examples
View source: R/jd_tempdisagg.R
Temporal disaggregation of a time series. This function is largely inspired by the function 'td' of the package "tempdisagg'. However, it uses a completely different implementation (based on a Kalman smoother)
1 2 |
formula |
regression model (usual R-formulae) |
model |
model of the residuals |
conversion |
aggregation mode |
zeroinit |
0-initialization of the residuals (FALSE by default) |
truncated.rho |
limit for the automatic search of the auto-regressive parameter for the residuals (optional) |
fixed.rho |
value of the auto-regressive parameter for the residuals (optional) |
to |
final item |
returns a disaggregated time series
1 | a<-jd_airline(120)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.