estimate_ts_parameters {cbsREPS} | R Documentation |
Estimate time series parameters
Description
Estimate parameters to estimate trend lines This function is used in the function: calculate_trend_line_KFAS()#'
Usage
estimate_ts_parameters(model, initial_values)
Arguments
model |
model values as output of the function select_state_space_model() |
initial_values |
$initial.values as output of the model |
Value
Parameter for the time series model
Author(s)
Pim Ouwehand, Farley Ishaak
[Package cbsREPS version 0.1.0 Index]