| Class | Description |
|---|---|
| BinomialDistribution |
Base distribution derived from apache commons math
http://commons.apache.org/proper/commons-math/
(specifically the
org.apache.commons.math3.distribution.BinomialDistribution |
| ConstantDistribution |
This is not real distribution.
|
| LogNormalDistribution |
Log-Normal Distribution
|
| NormalDistribution |
Base distribution derived from apache commons math
http://commons.apache.org/proper/commons-math/
(specifically the
org.apache.commons.math3.distribution.NormalDistribution |
| OrthogonalDistribution |
Limited Orthogonal distribution implementation
|
| SaddlePointExpansion |
Utility class used by various distributions to accurately compute their
respective probability mass functions.
|
| TruncatedNormalDistribution |
Truncated Normal Distribution
|
| UniformDistribution |
Base distribution derived from apache commons math
http://commons.apache.org/proper/commons-math/
(specifically the
org.apache.commons.math3.distribution.UniformIntegerDistribution |
Copyright © 2018. All rights reserved.