Skip to content

Interface: BonferroniResult

Defined in: src/utils/statistics.ts:18

Result of Bonferroni correction

Properties

pThreshold

ts
pThreshold: number;

Defined in: src/utils/statistics.ts:20

The p-value threshold below which hypotheses are rejected


survivingMask

ts
survivingMask: Uint8Array;

Defined in: src/utils/statistics.ts:22

Per-vertex mask: 1 = survives, 0 = filtered


survivingCount

ts
survivingCount: number;

Defined in: src/utils/statistics.ts:24

Number of surviving vertices

Released under the MIT License.