dwishart_cpp {oeli} | R Documentation |
Compute density of (Inverse-) Wishart distribution
Description
This function computes the density of the (Inverse-) Wishart distribution.
Usage
dwishart_cpp(x, df, scale, log = FALSE, inv = FALSE)
Arguments
x |
A |
df |
An |
scale |
A |
log |
A |
inv |
A |
Details
This function performs no input checks. See dwishart
for the version with input checks.
Value
A numeric
, the density value.
[Package oeli version 0.5.2 Index]