Statistics[Distributions]
Maxwell
Maxwell distribution
Calling Sequence
Parameters
Description
Examples
References
Maxwell(alpha)
MaxwellDistribution(alpha)
alpha
-
scale parameter
The Maxwell distribution is a continuous probability distribution with probability density function given by:
f⁡t=0t<02⁢1π⁢t2⁢ⅇ−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.
with⁡Statistics:
X≔RandomVariable⁡Maxwell⁡α:
PDF⁡X,u
0u<02⁢1π⁢u2⁢ⅇ−u22⁢α2α3otherwise
PDF⁡X,0.5
0.1994711401⁢ⅇ−0.1250000000α2α3
Mean⁡X
2⁢2⁢απ
Variance⁡X
α2⁢3⁢π−8π
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[RandomVariable]
Download Help Document