Guesstimate supports a variety of statistical distributions beyond those selectable from confidence intervals. If the input parameters to these distribution functions are deterministic, 5000 samples will be generated at those parameter values. If the inputs are themselves sampled, one sample will be drawn, per input sample.
Distribution Name | Use Cases | Syntax |
---|---|---|
Beta | Estimating Proporitions or Percentages |
=beta |
Central F | Testing the Variance of Observed Samples |
=centralF |
Cauchy | The x-intercept of a ray with uniformly distributed angle |
=cauchy |
Chi-squared | The sum of the squares of normal random variables |
=chisquare |
Exponential | The waiting time until the occurence of a rare event with a specified rate. |
=exponential |
Gamma | A generalization of the sum of exponential random variables |
=gamma |
Inverse-gamma | The reciprocal of a gamma random variable |
=invgamma |
Lognormal | The product of many positive, independent random variables |
=lognormal |
Normal | The sum of many independent random variables |
=normal |
Student's T | An estimator for the difference between the true mean and the mean of N independent samples of a random variable, for small N. |
=studentt |
Weibull | The lifetime of a component for which failure rate is proportional to time |
=weibull |
[Uniform (continuous)](https://en.wikipedia.org/wiki/Uniform_distribution_(continuous) | An estimate where all equally sized uniforms have the same likelihood |
=uniform |
Bernoulli | The value 1 (success) with probability |
=bernoulli =test |
Binomial | The sum of |
=binomial |
Negative Binomial | The number of success before |
=negBinomial |
Poisson | The number of events occurring in a fixed interval, with known average rate |
=poisson |