Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ sub
Function
sub
src/compute-engine/library/distributions.ts:269–269 ·
view source on GitHub ↗
(a: Expression, b: Expression)
Source
from the content-addressed store, hash-verified
267
if
(!r)
return
undefined;
268
return
numericApproximation ? r.N() : r.evaluate();
269
},
270
},
271
272
CDF: {
Callers
5
distributionPDF
Function · 0.70
distributionCDF
Function · 0.70
distributionQuantile
Function · 0.70
empiricalQuantile
Function · 0.70
distributionVariance
Function · 0.70
Calls
1
function
Method · 0.65
Tested by
no test coverage detected