| mweibullcdf {matrixdist} | R Documentation |
Matrix-Weibull cdf
Description
Computes the cdf (tail) of a matrix-Weibull distribution with parameters
alpha, S and beta at x.
Usage
mweibullcdf(x, alpha, S, beta, lower_tail = TRUE)
Arguments
x |
Non-negative value. |
alpha |
Initial probabilities. |
S |
Sub-intensity matrix. |
beta |
Shape parameter. |
lower_tail |
Cdf or tail. |
Value
The cdf (tail) at x.
[Package matrixdist version 1.1.9 Index]