Logninv
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:
/math-ef7829229064ffda6de062abd1572c1a.png)
where /math-54a3ba4dffde20e02ed0e4f9918d63fe.png)
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,
.