list
Containing information about which parameters of the conditional distribution have to be time-varying.
location = TRUE
refers to the location parameter, scale = TRUE
refers to the scale
parameter, skewness = TRUE
refers to the parameter controlling the skewness, shape = TRUE
refers
to the shape parameter (e.g. the degree of freedom of the Student-t distribution), shape2 = TRUE
refers to
the second shape parameter. If the distribution specified in the Dist
argument does not have,
say, a shape parameter, the condition shape = TRUE
or shape = FALSE
is ignored. Note that, for some
distributions, these labels are not strictly related to their literal statistical meaning. Indeed,
for the Exponential distribution exp
, the term location
indicates the usual intensity rate parameter.
See the DistInfo function for more details.