Closed
Description
cc @robjhyndman - I think this is due a difference in checks of characteristic equation roots between the C++ during optimisation (used in model()
/estimate()
), and the R check during initialisation (used in refit()
)
Lines 503 to 512 in 0f3c42f
From R, we have P[2] = alpha + beta - alpha * phi + gamma - 1
fable/src/etsTargetFunction.cpp
Lines 280 to 306 in 0f3c42f
From C++ we have op_new[1] = phi*(alpha+beta-alpha*phi+gamma-1)
Which is correct?
Metadata
Metadata
Assignees
Labels
No labels