LogNormal - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Statistics[Distributions]

  

LogNormal

  

log normal distribution

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

LogNormal(mu, sigma)

LogNormalDistribution(mu, sigma)

Parameters

mu

-

mean log parameter

sigma

-

scale parameter

Description

• 

The log normal distribution is a continuous probability distribution with probability density function given by:

f⁡t=0t<02⁢&ExponentialE;−ln⁡t−μ22⁢σ22⁢t⁢σ⁢πotherwise

  

subject to the following conditions:

μ::real,0<σ

• 

The LogNormal variate with mean log parameter mu and scale parameter sigma is related to the Normal variate by LogNormal(mu,sigma) ~ exp(Normal(mu,sigma)).

• 

Note that the LogNormal command is inert and should be used in combination with the RandomVariable command.

Examples

> 

with⁡Statistics&colon;

> 

X≔RandomVariable⁡LogNormal⁡μ&comma;σ&colon;

> 

PDF⁡X&comma;u

0u<02⁢&ExponentialE;−ln⁡u−μ22⁢σ22⁢u⁢σ⁢πotherwise

(1)
> 

PDF⁡X&comma;0.5

0.7978845605⁢&ExponentialE;−0.5000000000⁢−0.6931471806−1.⁢μ2σ2σ

(2)
> 

Mean⁡X

&ExponentialE;μ+σ22

(3)
> 

Variance⁡X

&ExponentialE;σ2+2⁢μ⁢&ExponentialE;σ2−1

(4)

References

  

Evans, Merran; Hastings, Nicholas; and Peacock, Brian. Statistical Distributions. 3rd ed. Hoboken: Wiley, 2000.

  

Johnson, Norman L.; Kotz, Samuel; and Balakrishnan, N. Continuous Univariate Distributions. 2nd ed. 2 vols. Hoboken: Wiley, 1995.

  

Stuart, Alan, and Ord, Keith. Kendall's Advanced Theory of Statistics. 6th ed. London: Edward Arnold, 1998. Vol. 1: Distribution Theory.

See Also

Statistics

Statistics[Distributions]

Statistics[RandomVariable]