View source: R/parameter_uncertainty_utils.R
sampleFromInverseWishartCore | R Documentation |
Sample from scaled inverse Wishart distribution (core method).
sampleFromInverseWishartCore(n, df, mat, allColnames, wishartCorrection)
n |
numbers of rows to sample |
df |
degree of freedom |
mat |
scaling matrix |
allColnames |
all column names as they are going to appear when as.vector is called |
wishartCorrection |
apply correction to the degrees of freedom, logical |
a data frame with the sampled parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.