Exponential inverse cumulative distribution function
expinv
is a function specific to the exponential
distribution. Statistics and Machine Learning Toolbox™ also offers the generic function icdf
, which supports various probability distributions. To use
icdf
, create an ExponentialDistribution
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 function expinv
is faster
than the generic function icdf
.
expcdf
| expfit
| explike
| ExponentialDistribution
| exppdf
| exprnd
| expstat
| icdf