NAME

histgen - generates histograms

SYNOPSIS

histgen bin= [integral] [fraction]

DESCRIPTION

histgen reads stdin for floating point data, one point per line. It then uses the bin value specified on the command line and adds up the total in each bin range.

It then prints out

bin_number   count_in_bin  [sum]  [fraction]
OPTIONS
fraction - Divides the bin count by the total number.

integral prints out the sum of the counts.


Program index