Difference between revisions of "Probability distributions"
Line 11: | Line 11: | ||
You can find more information about various probability functions in the Analytica wiki: | You can find more information about various probability functions in the Analytica wiki: | ||
+ | |||
+ | <div style="column-count:4;-moz-column-count:4;-webkit-column-count:4"> | ||
==Parametric Discrete== | ==Parametric Discrete== | ||
* [[Bernoulli]]() | * [[Bernoulli]]() | ||
Line 20: | Line 22: | ||
* [[Uniform]]() | * [[Uniform]]() | ||
* [[Wilcoxon]]() | * [[Wilcoxon]]() | ||
− | |||
==Custom Discrete== | ==Custom Discrete== | ||
* [[Probtable]]() | * [[Probtable]]() | ||
* [[Determtable]]() | * [[Determtable]]() | ||
* [[Chancedist]]() | * [[Chancedist]]() | ||
− | |||
==Special Probabilistic== | ==Special Probabilistic== | ||
* [[Certain]]() | * [[Certain]]() | ||
Line 31: | Line 31: | ||
* [[Truncate]]() | * [[Truncate]]() | ||
* [[Random]]() | * [[Random]]() | ||
− | |||
==Parametric Continuous== | ==Parametric Continuous== | ||
* [[Uniform]]() | * [[Uniform]]() | ||
Line 40: | Line 39: | ||
* [[Exponential]]() | * [[Exponential]]() | ||
* [[Gamma]]() | * [[Gamma]]() | ||
− | * [[ | + | <br/> |
+ | * [[Logistic]]() | ||
* [[StudentT]]() | * [[StudentT]]() | ||
* [[Weibull]]() | * [[Weibull]]() | ||
Line 53: | Line 53: | ||
* [[Correlate_With]]() | * [[Correlate_With]]() | ||
* [[Dist_reshape]]() | * [[Dist_reshape]]() | ||
+ | : | ||
+ | : | ||
+ | <br/> | ||
* [[Correlate_Dists]]() | * [[Correlate_Dists]]() | ||
* [[Gaussian]]() | * [[Gaussian]]() | ||
Line 67: | Line 70: | ||
* [[Normal_compound_gro]]() | * [[Normal_compound_gro]]() | ||
* [[Dist_compound_growth]]() | * [[Dist_compound_growth]]() | ||
+ | </div> | ||
+ | |||
==See Also== | ==See Also== | ||
<footer>Probability Distributions / {{PAGENAME}} / Parametric discrete distributions</footer> | <footer>Probability Distributions / {{PAGENAME}} / Parametric discrete distributions</footer> |
Revision as of 19:49, 31 December 2015
The built-in Distribution library (available from the Definition menu) offers a wide range of distributions for discrete and continuous variables. (See Is the quantity discrete or continuous? and Glossary for an explanation of this distinction.) Some are standard or parametric distributions with just a few parameters, such as Normal and Uniform, which are continuous, and Bernoulli and Binomial, which are discrete. Others are custom distributions, such as CumDist, which lets you specify an array of points on a cumulative probability distribution, and Probtable, which lets you edit a table of probabilities for a discrete variable conditional on other discrete variables.
There are a variety of ways to create arrays of uncertain quantities, or multivariate distributions. You may set parameters to array values, specify an index to the optional Over parameter, or use functions from the Multivariate library.
You can find more information about various probability functions in the Analytica wiki:
Parametric Discrete
- Bernoulli()
- Binomial()
- Poisson()
- Geometric()
- Hypergeometric()
- NegativeBinomial()
- Uniform()
- Wilcoxon()
Custom Discrete
- Probtable()
- Determtable()
- Chancedist()
Special Probabilistic
Parametric Continuous
- Uniform()
- Triangular()
- Normal()
- Lognormal()
- Beta()
- Exponential()
- Gamma()
- Logistic()
- StudentT()
- Weibull()
- ChiSquared()
Custom Continuous
Multivariate
Enable comment auto-refresher