Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFrequencyTableEntry

Defines a record in the frequency table output by the Series.frequency function.

Hierarchy

  • IFrequencyTableEntry

Index

Properties

count

count: number

Count of values in this group.

cumulative

cumulative: number

Cumulative proportion of values in this and earlier groups.

Optional lower

lower: undefined | number

Lower value in this group of the frequency table.

proportion

proportion: number

Proportion (0-1) of values in this group.

Optional upper

upper: undefined | number

Upper value in this group of the frequency table.

Optional values

values: number[]

The values that were record in this group. (if enabled in the options).

Generated using TypeDoc