Click or drag to resize

InverseGaussian Properties

The InverseGaussian type exposes the following members.

Properties
 NameDescription
Public propertyEntropy Gets the entropy of the Inverse Gaussian distribution (currently not supported).
Public propertyKurtosis Gets the kurtosis of the Inverse Gaussian distribution.
Public propertyLambda Gets the shape (λ) of the distribution. Range: λ > 0.
Public propertyMaximum Gets the maximum of the Inverse Gaussian distribution.
Public propertyMean Gets the mean of the Inverse Gaussian distribution.
Public propertyMedian 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.
Public propertyMinimum Gets the minimum of the Inverse Gaussian distribution.
Public propertyMode Gets the mode of the Inverse Gaussian distribution.
Public propertyMu Gets the mean (μ) of the distribution. Range: μ > 0.
Public propertyRandomSource Gets the random number generator which is used to draw random samples.
Public propertySkewness Gets the skewness of the Inverse Gaussian distribution.
Public propertyStdDev Gets the standard deviation of the Inverse Gaussian distribution.
Public propertyVariance Gets the variance of the Inverse Gaussian distribution.
Top
See Also