Click or drag to resize
Accord.NET (logo)

TwoSampleKolmogorovSmirnovTest Constructor (Double, Double, TwoSampleKolmogorovSmirnovTestHypothesis)

Creates a new Two-Sample Kolmogorov test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public TwoSampleKolmogorovSmirnovTest(
	double[] sample1,
	double[] sample2,
	TwoSampleKolmogorovSmirnovTestHypothesis alternate
)
Request Example View Source

Parameters

sample1
Type: SystemDouble
The first sample.
sample2
Type: SystemDouble
The second sample.
alternate
Type: Accord.Statistics.TestingTwoSampleKolmogorovSmirnovTestHypothesis
The alternative hypothesis (research hypothesis) to test.
See Also