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 :

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]