Description Usage Arguments Value Author(s) Examples
Returns a vector containing the size of each state component (i.e. the state dimension) in the state vector.
1 |
state.specification |
A list containing state specification
components, such as would be passed to |
A numeric vector giving the dimension of each state component.
Steven L. Scott steve.the.bayesian@gmail.com
1 2 3 4 | y <- rnorm(1000)
state.specification <- AddLocalLinearTrend(list(), y)
state.specification <- AddSeasonal(state.specification, y, 7)
StateSizes(state.specification)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.