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:
ft=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.
withStatistics:
X≔RandomVariableMoyalμ,σ:
PDFX,u
2ⅇ−u−μ2σ−ⅇ−u−μσ22πσ
PDFX,0.5
0.3989422802ⅇ−0.50000000000.5−1.μσ−0.5000000000ⅇ−1.0.5−1.μσσ
MeanX
σγ+ln2+μ
VarianceX
σ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