class Depth::Stats::IntHistogram

Overview

Histogram-based median for integers

Defined in:

depth/stats/int_histogram.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(size : Int32 = 65536) #

[View source]

Instance Method Detail

def add(value : Int32) #

[View source]
def clear #

[View source]
def counts : Array(Int32) #

[View source]
def median : Int32 #

[View source]
def n : Int32 #

[View source]