- model
state space model object, returned by the function
define_ssmodel
- settings
list with model setting, in the format returned by the
function initialize_settings
- data
list with at least two named components: tsm
is a multiple
time series object that contains all observation series, weights
is a named list of time series with (nominal) weights, the list names
correspond to the different groups, i.e., group1, group2, subgroup1
,
if present in the model
- prior
list of matrices, each list item corresponds to one endogenous
variable. See initialize_prior
- R
number of draws, the default is 10000
- burnin
share of draws as burnin period, the default is 0.5
- thin
thinning parameter defining how many draws are discarded.
1
means no draw is discarded, 2
means each second draw is
kept, and so on
- HPDIprob
probability of highest posterior density interval, the
default is HPDIprob = 0.68
- fit
already fitted object of class ss_fit
, to continue drawing,
see details