Logninv
Logninv-func
Definition:
computes the deviate,
, associated with the given lower tail probability,
, of the Lognormal distribution with parameters mu and sigma.
is calculated for the give
such that:
where
Parameters:
- p (input, double)
- The probability,
, from the Lognormal distribution./math-c3564eff51f6b4d65fd8918d8467da31.png)
- mu (input, double)
- The mean of the associated Lognormal distribution .
- sigma (input, double)
- The standard deviation of the associated Lognormal distribution,
/math-329d000ea66734c6e64e773857e1d634.png)
- xp (output, double)
- The deviate,
.