Gets the support of the distribution.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Interval Support { get; }
Public Overridable ReadOnly Property Support As Interval
Get
public:
virtual property Interval Support {
Interval get ();
}
abstract Support : Interval with get
override Support : Interval with get
Property Value
Type:
Interval
The support of a distribution is the interval where the ProbabilityDensityFunction(Double)
is non-zero.
Reference