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: 10.0.0
C#
A function of one variable delegate.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public Func<double, double> DistributionFunction { get; set; }Property Value
Func<Double, Double>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. |