determine_initial_parameters | R Documentation |
Determine startvalues within state space models This function is used in the function: calculate_trend_line_KFAS()
determine_initial_parameters(
model,
initial_values,
FUN = custom_update_function
)
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 |
New initial startvalues
Pim Ouwehand, Farley Ishaak
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.