powered by
Returns a vector containing the size of each state component (i.e. the state dimension) in the state vector.
StateSizes(state.specification)
A list containing state specification components, such as would be passed to bsts.
bsts
A numeric vector giving the dimension of each state component.
# NOT RUN { y <- rnorm(1000) state.specification <- AddLocalLinearTrend(list(), y) state.specification <- AddSeasonal(state.specification, y, 7) StateSizes(state.specification) # }
Run the code above in your browser using DataLab