OneSampleKolmogorovSmirnovTest.DistributionFunction Property
Gets or sets the (cumulative) distribution function of the distribution being tested.
DefinitionPermalink
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
A delegate that represents a function of one variable delegate.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public Func<double, double> DistributionFunction { get; set; }
Property ValuePermalink
Func<Double, Double>A delegate that represents a function of one variable delegate.
RemarksPermalink
If the distribution function comes from a known probability distribution, you can set the distribution function using the SetDistribution(ContinuousDistribution) method.
ExceptionsPermalink
Argument | The new value is null. |