Interface IHistogramStats<T>

Type Parameters

  • T

Hierarchy

Properties

count: number
hist: readonly IBin<T>[]
max: T
maxBin: number
min: T
missing: number