Pudu programming language
Menu
API reference

Std.Stats.histogram

1 declaration

fn

histogram: &Array[Float64] -> Float64 -> Float64 -> Int -> Array[Int]

Counts of values in buckets equal-width intervals over [low, high).

Values outside the range are not counted. Empty when buckets is not positive or high <= low.

Back to Std.StatsSearch related declarations