Maxwell - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Statistics[Distributions]

  

Maxwell

  

Maxwell distribution

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

Maxwell(alpha)

MaxwellDistribution(alpha)

Parameters

alpha

-

scale parameter

Description

• 

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

ft=0t<021πt2&ExponentialE;t22α2α3otherwise

  

subject to the following conditions:

0<α

• 

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

Examples

withStatistics&colon;

XRandomVariableMaxwellα&colon;

PDFX&comma;u

0u<021πu2&ExponentialE;u22α2α3otherwise

(1)

PDFX&comma;0.5

0.1994711401&ExponentialE;0.1250000000α2α3

(2)

MeanX

22απ

(3)

VarianceX

α23π8π

(4)

References

  

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

  

Johnson, Normal 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]