NonMetricStressResult
Defined in: metrics/nonmetric.ts:91
Extends
Section titled “Extends”Properties
Section titled “Properties”| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
disparities | readonly | Float64Array | Disparities: the fitted monotone curve, in ascending order of dH. | - | metrics/nonmetric.ts:93 |
local? | readonly | Float64Array<ArrayBufferLike> | - | MetricResult.local | core/result.ts:42 |
localKind | readonly | LocalKind | - | MetricResult.localKind | core/result.ts:43 |
sortedHigh | readonly | Float64Array | Pair distances in the same order, for a Shepard diagram. | - | metrics/nonmetric.ts:95 |
sortedLow | readonly | Float64Array | - | - | metrics/nonmetric.ts:96 |
value | readonly | number | - | MetricResult.value | core/result.ts:41 |
weights? | readonly | Float64Array<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.weights | core/result.ts:47 |