STDEV

Description

STDEV estimates the standard deviation based on a random sample. The standard deviation is a measure for the deviation from the average value (the mean).

Where:

 

SD

= Standard deviation

n

= Number of elements for which the standard deviation is calculated.

xi

= Elements for which the standard deviation is calculated.

 

Syntax

STDEV ( number_list )

 

Parameter

Description

number_list

A list of as many as 30 numbers, separated by the corresponding list separator. The list can contain numbers or a reference to a range that contains numbers.

Example

This function returns .56:

STDEV(4.0, 3.0, 3.0, 3.5, 2.5, 4.0, 3.5)

 Note:

If an Invalid formula syntax warning appears, check whether the comma is set as the list separator in your regional settings on the Windows Control Panel. If a different character is set as the list separator, use this character in the above examples in place of the comma. (Windows XP: Access the Windows Control Panel and select Regional and Language Options. On the Regional Options tab page, click Customize. On the Numbers tab page, check which character is the default list separator on your computer. Use this character in the above examples instead of the comma.

Also, see

STDEVP

VAR

VARP