determine_initial_parameters {cbsREPS}R Documentation

Determine_initial_parameters

Description

Determine startvalues within state space models This function is used in the function: calculate_trend_line_KFAS()

Usage

determine_initial_parameters(
  model,
  initial_values,
  FUN = custom_update_function
)

Arguments

model

modelvalues as output of the function select_state_space_model()

initial_values

$initial.values as output of the model

FUN

function called: custom_update_function

Value

New initial startvalues

Author(s)

Pim Ouwehand, Farley Ishaak


[Package cbsREPS version 0.1.0 Index]