random_distpars {sstvars} | R Documentation |
random_distpars
generates random distribution parameter values
random_distpars(d, cond_dist)
cond_dist |
specifies the conditional distribution of the model as |
Returns a numeric vector ...
cond_dist == "Gaussian"
:of length zero.
cond_dist == "Student"
:of length one containing a df param strictly larger than two.
cond_dist == "ind_Student"
:of length d containing df params strictly larger than two.
cond_dist == "ind_skewed_t"
:of length 2d containing df params strictly larger than two in the first d elements and skewness params strictly between -1 and 1 in the rest d elements.