Difference between revisions of "Probability distributions"

m
 
(2 intermediate revisions by the same user not shown)
Line 35: Line 35:
 
==Parametric Continuous==
 
==Parametric Continuous==
 
* [[Uniform]]
 
* [[Uniform]]
* [[Triangular]]
 
 
* [[Normal]]
 
* [[Normal]]
 
* [[Lognormal]]
 
* [[Lognormal]]
 +
* [[Triangular]]
 +
* [[UncertainLMH]]
 
* [[Beta]]
 
* [[Beta]]
 
* [[Exponential]]
 
* [[Exponential]]
Line 49: Line 50:
 
* [[Cumdist]]
 
* [[Cumdist]]
 
* [[Probdist]]
 
* [[Probdist]]
 +
* [[Keelin]] (MetaLog)
  
 
==Multivariate==
 
==Multivariate==

Latest revision as of 18:49, 7 August 2017

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:


See Also


Comments


You are not allowed to post comments.