select_state_space_model {cbsREPS}R Documentation

Select the state space model type

Description

This function is used in the function: calculate_trend_line_KFAS()

Usage

select_state_space_model(series, initial_values_all)

Arguments

series

time series with values in chronological order

initial_values_all

start values for 5 hyperparameters: meas, level, slope, seas, scaling

Value

modelvalues (level, slope) of the chosen state space model and the provided time series

Author(s)

Pim Ouwehand


[Package cbsREPS version 0.1.0 Index]