mlognormalcdf | R Documentation |
Computes the cdf (tail) of a matrix-lognormal distribution with parameters
alpha
, S
and beta
at x
.
mlognormalcdf(x, alpha, S, beta, lower_tail = TRUE)
x |
Non-negative value. |
alpha |
Initial probabilities. |
S |
Sub-intensity matrix. |
beta |
Shape parameter. |
lower_tail |
Cdf or tail. |
The cdf (tail) at x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.