Appearance
type StatMethod = "mean" | "median" | "std" | "var" | "min" | "max" | "sum";
Defined in: src/types.ts:64