Skip to content

MetricResult

Defined in: core/result.ts:40

PropertyModifierTypeDescriptionDefined in
local?readonlyFloat64Array<ArrayBufferLike>-core/result.ts:42
localKindreadonlyLocalKind-core/result.ts:43
valuereadonlynumber-core/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.core/result.ts:47