smoothed.part {disaggR} | R Documentation |
Extracting the smoothed part of a twoStepsBenchmark
Description
The function smoothed.part
returns the smoothed part of a
twoStepsBenchmark. It derives from the residuals of the
aggregated regression, with some differences :
it is eventually integrated if
include.differenciation=TRUE
.it is extrapolated to match the domain window.
it is smoothed using the bflSmooth function.
Usage
smoothed.part(object)
Arguments
object |
a twoStepsBenchmark object. |
Value
a time series
Examples
benchmark <- twoStepsBenchmark(turnover,construction); smoothed.part(benchmark)
[Package disaggR version 1.0.5.3 Index]