Two Sample Kolmogorov Smirnov Test Constructor
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Two | Constructs a new Kolmogorov-Smirnov goodness-of-fit test for testing whether two samples come from the same (unknown) distribution. |
Two | Constructs a new Kolmogorov-Smirnov goodness-of-fit test for testing whether two samples come from the same (unknown) distribution. |
TwoSampleKolmogorovSmirnovTest
Constructs a new Kolmogorov-Smirnov goodness-of-fit test
for testing whether two samples come from the same (unknown)
distribution.
public TwoSampleKolmogorovSmirnovTest()
TwoSampleKolmogorovSmirnovTest(Vector<Double>, Vector<Double>)
Constructs a new Kolmogorov-Smirnov goodness-of-fit test
for testing whether two samples come from the same (unknown)
distribution.
public TwoSampleKolmogorovSmirnovTest(
Vector<double> sample1,
Vector<double> sample2
)