Table of Contents

Name

zscore - calculate z-scores for a set of numbers (ERP statistics)

Synopsis

zscore [ -n maxsamples ]

Description

zscore calculates z-scores for a set of double-precision floating point numbers. The data are entered on standard input, and are separated by blanks, tabs, or newlines. The results are displayed on standard output. The option -n maxsamples specifies the maximum number of samples.

See Also

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

Author

Steve Luck


Table of Contents