SYNOPSIS
OPTIONS
DESCRIPTIONzscores converts spines of numerical data into values equivalent to the standard deviation scale by shifting the average value of the sequence to zero, and dividing by the standard deviation to generate standard scores. This allows separate sets of numbers with different ranges to be compared more directly. To convert a set of numbers to their equivalent z-scores, the following equation is used:
By default zscores uses the population standard deviation:
If you need to use the sample standard deviation:
Z-scores can be used to calculate Pearson correlation:
EXAMPLES
SEE ALSODOWNLOAD
The source code for the program was last modified on 13 Jan 2008. |