mloglogisticcdf: Matrix-loglogistic cdf
Description
Computes the cdf (tail) of a matrix-loglogistic distribution with parameters
alpha, S and beta at x.
Usage
mloglogisticcdf(x, alpha, S, beta, lower_tail = TRUE)
Value
The cdf (tail) at x.
Arguments
- x
Non-negative value.
- alpha
Initial probabilities.
- S
Sub-intensity matrix.
- beta
Transformation parameters.
- lower_tail
Cdf or tail.