Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func F32 ¶
F32 generates a histogram of counts of values within given number of bins and min / max range. hist vals is sized to nBins. if value is < min or > max it is ignored.
func F32Table ¶
F32Table generates an etable with a histogram of counts of values within given number of bins and min / max range. The table has columns: Value, Count if value is < min or > max it is ignored. The Value column represents the min value for each bin, with the max being the value of the next bin, or the max if at the end.
func F64 ¶
F64 generates a histogram of counts of values within given number of bins and min / max range. hist vals is sized to nBins. if value is < min or > max it is ignored.
func F64Table ¶
F64Table generates an etable with a histogram of counts of values within given number of bins and min / max range. The table has columns: Value, Count if value is < min or > max it is ignored. The Value column represents the min value for each bin, with the max being the value of the next bin, or the max if at the end.
Types ¶
This section is empty.