smoothed.part | R Documentation |
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.
smoothed.part(object)
object |
a twoStepsBenchmark object. |
a time series
benchmark <- twoStepsBenchmark(turnover,construction); smoothed.part(benchmark)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.