pick_distpars | R Documentation |
pick_distpars
picks all the distribution parameters from
the parameter vector
pick_distpars(
d,
params,
cond_dist = c("Gaussian", "Student", "ind_Student", "ind_skewed_t")
)
d |
the number of time series in the system, i.e., the dimension |
params |
a real valued vector specifying the parameter values.
Should have the form
For models with...
Above, |
cond_dist |
specifies the conditional distribution of the model as |
Returns...
cond_dist == "Gaussian"
:a numeric vector of length zero.
cond_dist == "Student"
:the degrees of freedom parameter.
cond_dist == "ind_Student"
:a numeric vector of length d
containing the degrees of freedom parameters.
cond_dist == "ind_skewed_t"
:a numeric vector (\nu_1,...,\nu_d,\lambda_1,...,\lambda_d)
of length 2d
containing the degrees of freedom and skewness parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.