dwishart: Probability Density Function for Wishart Distribution

View source: R/rccmSummary.R

dwishartR Documentation

Probability Density Function for Wishart Distribution

Description

This function provides the probability density function for the Wishart distribution.

Usage

dwishart(x, M, nu, logged = FALSE)

Arguments

x

p x p positive definite matrix.

M

p x p mean matrix. Note that M = nu*V where V is the scale matrix.

nu

Degrees of freedom.

logged

Logical. If TRUE, probability given on log scale.

Value

The probability density function value.


dilernia/rccm documentation built on Sept. 25, 2022, 9:40 a.m.