Skip to content

Type Alias: StatMethod

ts
type StatMethod = "mean" | "median" | "std" | "var" | "min" | "max" | "sum";

Defined in: src/types.ts:64

Released under the MIT License.