Table of Contents

Name

mnsdse - calculate the mean, N, standard deviation, and standard error (ERP statistics)

Synopsis

mnsdse [ -m | -n | -d | -e ]

Description

mnsdse calculates the mean, N (number of samples), estimate of standard deviation, and estimate of standard error of the mean. The data are entered on standard input and are separated by blanks, tabs, or newlines. The results are displayed on standard output. The options are mutually exclusive, and are as follows. -m specifies to display only the mean. -n specified to display only N (the number of samples). -d specifies to display only the estimate of standard deviation. -e specifies to display only the estimate of the standard error of the mean.

See Also

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

Author

Steve Luck


Table of Contents