Skip to content

NonMetricStressResult

Defined in: metrics/nonmetric.ts:91

PropertyModifierTypeDescriptionInherited fromDefined in
disparitiesreadonlyFloat64ArrayDisparities: the fitted monotone curve, in ascending order of dH.-metrics/nonmetric.ts:93
local?readonlyFloat64Array<ArrayBufferLike>-MetricResult.localcore/result.ts:42
localKindreadonlyLocalKind-MetricResult.localKindcore/result.ts:43
sortedHighreadonlyFloat64ArrayPair distances in the same order, for a Shepard diagram.-metrics/nonmetric.ts:95
sortedLowreadonlyFloat64Array--metrics/nonmetric.ts:96
valuereadonlynumber-MetricResult.valuecore/result.ts:41
weights?readonlyFloat64Array<ArrayBufferLike>Present exactly when localKind === "weighted-mean". No measure shipped with the library returns that kind — it is here for custom metrics built on the same contract, and checkContract enforces it.MetricResult.weightscore/result.ts:47