riwishart: Generate Random Inverse Wishart Distribution

View source: R/RcppExports.R

riwishartR Documentation

Generate Random Inverse Wishart Distribution

Description

Creates a random inverse wishart distribution when given degrees of freedom and a sigma matrix.

Usage

riwishart(df, S)

Arguments

df

An int that represents the degrees of freedom. (> 0)

S

A matrix with dimensions m x m that provides Sigma, the covariance matrix.

Value

A matrix that is an inverse wishart distribution.

Author(s)

James J Balamuta

See Also

rwishart

Examples

#Call with the following data:
riwishart(3, diag(2))

coatless/r-to-armadillo documentation built on Nov. 16, 2023, 5:32 a.m.