Statistics[Distributions]
Pareto
Pareto distribution
Calling Sequence
Parameters
Description
Examples
References
Pareto(a, c)
ParetoDistribution(a, c)
a
-
location parameter
c
shape parameter
The Pareto distribution is a continuous probability distribution with probability density function given by:
f⁡t=0t<ac⁢actc+1otherwise
subject to the following conditions:
0<a,0<c
Note that the Pareto command is inert and should be used in combination with the RandomVariable command.
with⁡Statistics:
X≔RandomVariable⁡Pareto⁡a,c:
PDF⁡X,u
0u<ac⁢acuc+1otherwise
PDF⁡X,0.5
0.0.5<ac⁢ac0.5c+1.otherwise
Mean⁡X
undefinedc≤1c⁢ac−1otherwise
Variance⁡X
undefinedc≤2c⁢a2c−12⁢c−2otherwise
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