Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testDist
Method · 0.95
testData
Method · 0.95
Calls
1
cdf
Method · 0.45
Tested by
no test coverage detected