Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jstat/jstat
/ curriedCdf
Function
curriedCdf
test/distribution/poisson-test.js:28–28 ·
view source on GitHub ↗
(k)
Source
from the content-addressed store, hash-verified
26
},
27
'check cdf calculation'
:
function
(jStat) {
28
var
curriedCdf =
function
(k) {
return
jStat.poisson.cdf(k, 1); };
29
30
var
pdfValues = [Math.exp(-1), Math.exp(-1), Math.exp(-1) / 2, Math.exp(-1) / 6, Math.exp(-1) / 24];
31
Callers
1
poisson-test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected