sampleFromInverseWishartCore {campsismod} | R Documentation |
Sample from scaled inverse Wishart distribution (core method).
Description
Sample from scaled inverse Wishart distribution (core method).
Usage
sampleFromInverseWishartCore(n, df, mat, allColnames, wishartCorrection)
Arguments
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 |
Value
a data frame with the sampled parameters
[Package campsismod version 1.2.2 Index]