RWishart: Generate a Random Wishart Matrix

Description Usage Arguments Value

View source: R/RcppExports.R

Description

This code instantiates a random matrix from the Wishart distribution with degrees of freedom df and support matrix Sigma.

Usage

1
RWishart(df, Sigma)

Arguments

df

an integer, specifying the degrees of freedom.

Sigma

the support matrix.

Value

an instance of a Random Wishart Matrix.


gamalamboy/stresstest documentation built on May 17, 2019, 1:33 p.m.