Closed rodrigopmaranhao closed 9 years ago
Outputs from SSMcustom
, SSMregression
etc. are just lists, so is.SSModel(modeloCustom)
returning FALSE
is correct. Those functions are meant to be used inside SSModel
call, like this:
modelo <- SSModel(y~ -1 + SSMcustom(Z=Z,T=matT,R=matR,Q=Q,P1inf=diag(1,2,2)))
You can see multiple examples in the main help page of the package (?KFAS
).
Hi. I'm having some issues to set my SSMcustom.
Here is what I'm doing:
However, if I check
It returns false.
Also, if I try:
It shows:
What I'm doing wrong? Someone could help me?
Thank you.