public enum TDistribution
All supported probability distributions.
Values
| Name | Description |
|---|---|
| distBERNOULLI | Bernoulli distribution |
| distBETA | Beta distribution |
| distBINOM | Binomial distribution |
| distBOSEEINSTEIN | Bose-Einstein distribution |
| distCAUCHY | Cauchy distribution |
| distCHISQUARE | Chi-Squared distribution |
| distERLANG | Erlang distribution |
| distEXP | Exponential distribution |
| distF | Fisher(F) distribution |
| distFATIGUE | Fatigue-Life distribution |
| distFERMIDIRAC | Fermi-Dirac distribution |
| distGAMMA | Gamma distribution |
| distGenExtValue | Generalized Extreme value distribution |
| distGenPareto | Generalized Pareto distribution |
| distGEOMETRIC | Geometric distribution |
| distGUMBELMAX | Gumbel maximum distribution |
| distGUMBELMIN | Gumbel minimum distribution |
| distHYPGEOMETRIC | Hypergeometric distribution |
| distINVChi2 | Inverse Chi-Squared distribution |
| distINVGAUSS | Inverse Gaussian distribution |
| distJOHNSONSB | Johnson bounded distribution |
| distJOHNSONUB | Johnson unbounded distribution |
| distLAPLACE | Laplace distribution |
| distLOGARITHMIC | Logarithmic distribution |
| distLOGISTIC | Logistic distribution |
| distLOGNORMAL | Log-Normal distribution |
| distLOGWEIBULL | Log-Weibull distribution |
| distMAXWELL | Maxwell distribution |
| distNEGBINOM | Negative binomial distribution |
| distNORMAL | Normal distribution |
| distPARETO | Pareto distribution |
| distPOISSON | Poisson distribution |
| distPOWER | Power distribution |
| distRAYLEIGH | Rayleigh distribution |
| distSTUDENT | Student(T) distribution |
| distTRIANGULAR | Triangular distribution |
| distUNIFORM | Uniform distribution |
| distUNIFORMD | Discrete uniform distribution |
| distWEIBULL | Weibull distribution |
| distZIPF | Zipf distribution |