Click or drag to resize

InverseGaussianMedian Property

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.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Median { get; }

Property Value

Double

Implements

IUnivariateDistributionMedian
See Also