Documentation

UI::Plot::Bin

Enum

Different automatic histogram binning methods (k = bin count or w = bin width).

Values

UI::Plot::Bin::Sqrt (-1)

k = sqrt(n)

UI::Plot::Bin::Sturges (-2)

k = 1 + log2(n)

UI::Plot::Bin::Rice (-3)

k = 2 * cbrt(n)

UI::Plot::Bin::Scott (-4)

w = 3.49 * sigma / cbrt(n)