MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / pValue

Method pValue

JSAT/src/jsat/testing/goodnessoffit/KSTest.java:146–149  ·  view source on GitHub ↗
(double n, double d)

Source from the content-addressed store, hash-verified

144 }
145
146 private double pValue(double n, double d)
147 {
148 return 1 - k.cdf( (Math.sqrt(n) + 0.12 + 0.11/Math.sqrt(n)) * d);
149 }
150
151}

Callers 2

testDistMethod · 0.95
testDataMethod · 0.95

Calls 1

cdfMethod · 0.45

Tested by

no test coverage detected