SampleKolmogorovSmirnovTest(Sample, Sample) Method
Tests whether the sample is compatible with another sample.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static TestResult KolmogorovSmirnovTest(
Sample a,
Sample b
)
Public Shared Function KolmogorovSmirnovTest (
a As Sample,
b As Sample
) As TestResult
public:
static TestResult^ KolmogorovSmirnovTest(
Sample^ a,
Sample^ b
)
static member KolmogorovSmirnovTest :
a : Sample *
b : Sample -> TestResult
- a Sample
- One sample.
- b Sample
- The other sample.
TestResultThe test result. The test statistic is the D statistic and the likelyhood is the right probability
to obtain a value of D as large or larger than the one obtained.