wblinv
Weibull inverse cumulative distribution function
Syntax
Description
Examples
Input Arguments
Output Arguments
More About
Algorithms
The wblinv function computes confidence bounds for x
using a normal approximation to the distribution of the estimate
where q is the Pth quantile from a Weibull
distribution with scale and shape parameters both equal to 1. The computed bounds give
approximately the intended confidence level when you estimate a,
b, and pCov from large samples. In smaller samples,
other methods of computing the confidence bounds might be more accurate.
Alternative Functionality
wblinvis a function specific to the Weibull distribution. Statistics and Machine Learning Toolbox™ also offers the generic functionicdf, which supports various probability distributions. To useicdf, create aWeibullDistributionprobability distribution object and pass the object as an input argument or specify the probability distribution name and its parameters. Note that the distribution-specific functionwblinvis faster than the generic functionicdf.
Extended Capabilities
Version History
Introduced before R2006a
