smoothed.part: Extracting the smoothed part of a twoStepsBenchmark

View source: R/methods.R

smoothed.partR 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)


InseeFr/disaggR documentation built on June 29, 2024, 7:10 p.m.