MCPcopy 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

distributionPDFFunction · 0.70
distributionCDFFunction · 0.70
distributionQuantileFunction · 0.70
empiricalQuantileFunction · 0.70
distributionVarianceFunction · 0.70

Calls 1

functionMethod · 0.65

Tested by

no test coverage detected