I'm trying to understand this piece of code from documentation for the dlm Filtering function, but do not understand what the purpose of $m is.
- 积分
0 - 话题
0 - 评论
3229 - 注册排名
2226
I'm trying to understand this piece of code from documentation for the dlm Filtering function, but do not understand what the purpose of $m is.
In the documentation of the
dlmFilter
function, in the "Value" part,m
is:Therefore,
nileJumpFilt$m
returns this matrix.这对您有帮助吗?