Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 364 Bytes

counts.md

File metadata and controls

19 lines (14 loc) · 364 Bytes

Counting Functions

The package provides functions to count the occurrences of distinct values.

Counting over an Integer Range

counts
proportions
addcounts!(r::AbstractArray, x::AbstractArray{<:Integer}, levels::UnitRange{<:Integer})

Counting over arbitrary distinct values

countmap
proportionmap
addcounts!(cm::Dict, x::Any)