mlognormalden {matrixdist} | R Documentation |
Matrix-lognormal density
Description
Computes the density of a matrix-lognormal distribution with parameters
alpha
, S
and beta
at x
.
Usage
mlognormalden(x, alpha, S, beta)
Arguments
x |
Non-negative value. |
alpha |
Initial probabilities. |
S |
Sub-intensity matrix. |
beta |
Shape parameter. |
Value
The density at x
.
[Package matrixdist version 1.1.9 Index]