GaussianDistribution Methods |
[This is preliminary documentation and is subject to change.]
The GaussianDistribution type exposes the following members.
| Name | Description | |
|---|---|---|
| AbsoluteDifference |
Get the absolute difference between two distributions.
| |
| At(Double) |
Returns the value at 'x'.
| |
| At(Double, Double, Double) |
Returns the value at 'x'.
| |
| Clone |
Create a clone of this distribution.
| |
| CumulativeTo(Double) |
Returns the area under the curve up to 'x'
| |
| CumulativeTo(Double, Double, Double) |
Returns the area under the curve up to 'x'
| |
| FromPrecisionMean |
Create a GD from the precision mean.
| |
| InverseCumulativeTo(Double) |
Returns the area under the curve after 'x'
| |
| InverseCumulativeTo(Double, Double, Double) |
Returns the area under the curve after 'x'
| |
| LogProductNormalization |
Returns the result of a log product operation.
| |
| LogRatioNormalization |
Returns the result of a log ratio normalization.
| |
| ToString |
Convert the gaussian distribution to a string.
(Overrides ObjectToString.) |