MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / add

Function add

src/compute-engine/library/statistics.ts:690–691  ·  view source on GitHub ↗
(ce: ComputeEngine, xs: Expression[])

Source from the content-addressed store, hash-verified

688 PopulationStandardDeviation: {
689 complexity: 1200,
690 broadcastable: false,
691 description: 'Population Standard Deviation of a collection of numbers.',
692 signature: '((collection<any>|number)+) -> number',
693 // The handler itself stays: deleting it would activate the
694 // no-handler fallback, which derives a NARROWER type than this

Callers 7

exactMeanFunction · 0.70
exactVarianceFunction · 0.70
exactMedianOfFunction · 0.70
exactCentralMomentFunction · 0.70
exactCovarianceFunction · 0.70
exactCorrelationFunction · 0.70
fitCoefficientsFunction · 0.70

Calls 2

evaluateMethod · 0.65
functionMethod · 0.65

Tested by

no test coverage detected