Gets or sets the (cumulative) distribution function of the distribution being tested.

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Property DistributionFunction As RealFunction
C#
public RealFunction DistributionFunction { get; set; }
C++
public:
RealFunction^ DistributionFunction {
	RealFunction^ get ();
	void set (RealFunction^ value);
}

Value

A RealFunction delegate.

Remarks

If the distribution function comes from a known probability distribution, you can set the distribution function using the SetDistribution(ContinuousDistribution) method.

Exceptions

ExceptionCondition
ArgumentNullException The new value is nullNothingnullptr.