Am 08.10.2021 um 13:44 schrieb Riccardo (Jack) Lucchetti:
On Fri, 8 Oct 2021, Sven Schreiber wrote:
> As explained below equation (36.5), what the listing 36.4 does is to
> treat the time-varying coefficent as the latent state, using the
> (apparently implicit) default of F == 1 == statemat.
> (@jack: It seems that that default for statemat is not documented. If
> there is no such default, then I don't know what's going on.)
In that example, F is set to 1 because it is passed as an argument to
ksetup(), and is never changed.
Ah of course, that makes sense!
(Maybe at some point in the future we could overload ksetup() to accept
an options bundle instead of the positional arguments, but that's a
different topic.)
One follow-up question though: What about the line with B.depvar =
{INFQ}? A search for "depvar" in the state-space chapter doesn't turn up
anything useful. And isn't the first arg to ksetup() already specifying
that?
thanks
sven