Table of Contents

Name

freqdist - calculate a frequency distribution (ERP statistics)

Synopsis

freqdist min max interval [ -p ] [ -m ]

Description

freqdist calculates a frequency distribution, as specified by min (the minimum value for the distribution), max (the maximum value for the distribution), and interval (the interval size for the distribution). The data are input on standard input and are separated by blanks, tabs, or newlines. The distribution is displayed on standard output. The -p option specifies to print frequencies as probabilities. The -m option specifies to print frequencies as proportions of maximal frequency.

See Also

chisquar(1) , mean(1) , median(1) , mnsdse(1) , relu(1) , zscore(1)

Author

Steve Luck


Table of Contents