ddirichlet_cpp {oeli} | R Documentation |
Compute density of Dirichlet distribution
Description
This function computes the density of a Dirichlet distribution.
Usage
ddirichlet_cpp(x, concentration, log = FALSE)
Arguments
x |
A |
concentration |
A |
log |
A |
Details
This function performs no input checks. See ddirichlet
for the version with input checks.
Value
A numeric
, the density value.
[Package oeli version 0.5.2 Index]