cdfWeibullInv#
Purpose#
Computes the Weibull inverse cumulative distribution function.
Format#
- x = cdfWeibullInv(p, shape, scale)#
- Parameters:
p (NxK matrix, Nx1 vector or scalar) – Probabilities at which to compute the Weibull inverse cumulative distribution function.
.shape (NxK matrix, Nx1 vector or scalar) – Shape parameter, ExE conformable with x.
.scale (NxK matrix, Nx1 vector or scalar) – Scale parameter, ExE conformable with x.
.
- Returns:
x (NxK matrix, Nx1 vector or scalar) – each value of x is the value such that the Weibull cumulative distribution function is equal to the corresponding value of p.
See also