Main Content
expinv
Exponential inverse cumulative distribution function
Syntax
Description
Examples
Input Arguments
Output Arguments
More About
Alternative Functionality
expinv
is a function specific to the exponential distribution. Statistics and Machine Learning Toolbox™ also offers the generic functionicdf
, which supports various probability distributions. To useicdf
, create anExponentialDistribution
probability distribution object and pass the object as an input argument or specify the probability distribution name and its parameters. Note that the distribution-specific functionexpinv
is faster than the generic functionicdf
.
Extended Capabilities
Version History
Introduced before R2006a