Inverse |
The InverseGaussian type exposes the following members.
| Name | Description | |
|---|---|---|
| Entropy | Gets the entropy of the Inverse Gaussian distribution (currently not supported). | |
| Kurtosis | Gets the kurtosis of the Inverse Gaussian distribution. | |
| Lambda | Gets the shape (λ) of the distribution. Range: λ > 0. | |
| Maximum | Gets the maximum of the Inverse Gaussian distribution. | |
| Mean | Gets the mean of the Inverse Gaussian distribution. | |
| Median | Gets the median of the Inverse Gaussian distribution. No closed form analytical expression exists, so this value is approximated numerically and can throw an exception. | |
| Minimum | Gets the minimum of the Inverse Gaussian distribution. | |
| Mode | Gets the mode of the Inverse Gaussian distribution. | |
| Mu | Gets the mean (μ) of the distribution. Range: μ > 0. | |
| RandomSource | Gets the random number generator which is used to draw random samples. | |
| Skewness | Gets the skewness of the Inverse Gaussian distribution. | |
| StdDev | Gets the standard deviation of the Inverse Gaussian distribution. | |
| Variance | Gets the variance of the Inverse Gaussian distribution. |