betainv
Beta inverse cumulative distribution function
Syntax
Description
Examples
Input Arguments
Output Arguments
More About
Algorithms
The betainv function uses Newton's method with modifications to
constrain steps to the allowable range for x
[0,1].
Alternative Functionality
betainvis a function specific to the beta distribution. Statistics and Machine Learning Toolbox™ also offers the generic functionicdf, which supports various probability distributions. To useicdf, create aBetaDistributionprobability distribution object and pass the object as an input argument or specify the probability distribution name and its parameters. Note that the distribution-specific functionbetainvis faster than the generic functionicdf.
Extended Capabilities
Version History
Introduced before R2006a
