smooth_ts: Run forward and backward pass of time series estimation

View source: R/ts_helpers.R

smooth_tsR Documentation

Run forward and backward pass of time series estimation

Description

Calculate a trend line based on a provided model. This function is used in the function: calculate_trend_line_KFAS()

Usage

smooth_ts(fittedmodel)

Arguments

fittedmodel

model values as output of the function estimate.TS.parameters()

Value

A list containing multiple elements; sub-list signalsubconf[, 1] provides the estimated trend line.

Author(s)

Pim Ouwehand, Farley Ishaak


cbsREPS documentation built on June 8, 2025, 9:38 p.m.