Difference between revisions of "Probability distributions"

Line 12: Line 12:
  
  
<div style="column-count:4;-moz-column-count:4;-webkit-column-count:4">
+
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
 
==Parametric Discrete==
 
==Parametric Discrete==
 
* [[Bernoulli]]()
 
* [[Bernoulli]]()
Line 39: Line 39:
 
* [[Exponential]]()
 
* [[Exponential]]()
 
* [[Gamma]]()
 
* [[Gamma]]()
<br/>
 
 
* [[Logistic]]()
 
* [[Logistic]]()
 
* [[StudentT]]()
 
* [[StudentT]]()

Revision as of 19:50, 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:



See Also

Comments


You are not allowed to post comments.