Statistics[Distributions]
Moyal
Moyal distribution
Calling Sequence
Parameters
Description
Examples
References
Moyal(mu, sigma)
MoyalDistribution(mu, sigma)
mu
-
mode parameter
sigma
scale parameter
The Moyal distribution is a continuous probability distribution with probability density function given by:
f⁡t=2⁢ⅇ−t−μ2⁢σ−ⅇ−t−μσ22⁢π⁢σ
subject to the following conditions:
μ::real,0<σ
Note that the Moyal command is inert and should be used in combination with the RandomVariable command.
with⁡Statistics:
X≔RandomVariable⁡Moyal⁡μ,σ:
PDF⁡X,u
2⁢ⅇ−u−μ2⁢σ−ⅇ−u−μσ22⁢π⁢σ
PDF⁡X,0.5
0.3989422802⁢ⅇ−0.5000000000⁢0.5−1.⁢μσ−0.5000000000⁢ⅇ−1.⁢0.5−1.⁢μσσ
Mean⁡X
σ⁢γ+ln⁡2+μ
Variance⁡X
σ2⁢π22
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[RandomVariable]
Download Help Document