One Sample Kolmogorov Smirnov Test.Distribution Function Property
Gets or sets the (cumulative) distribution function of the distribution being tested.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A delegate that represents a function of one variable delegate.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Func<double, double> DistributionFunction { get; set; }
Property Value
Func<Double, Double>A delegate that represents a function of one variable delegate.
Remarks
If the distribution function comes from a known probability distribution, you can set the distribution function using the SetDistribution(ContinuousDistribution) method.
Exceptions
Argument | The new value is null. |