Documentation/How Tos/Calc: STDEVA function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 23:18, 3 April 2008 by Drking (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


STDEVA

Returns the sample standard deviation of the arguments.

Syntax:

STDEVA(number1; number2; ... number30)

number1 to number30 are up to 30 numbers or ranges containing numbers. Logical values and text may also be included.
STDEVA returns the standard deviation where number1 to number30 are a sample of the entire population.
Logical values are regarded as 1 (TRUE) and 0 (FALSE).
Text values are always regarded as zero.

Example:

STDEVA(2; 6; 4)

returns 2.

See also:

STDEV, STDEVP, STDEVPA, VAR

Statistical functions

Issues:

  • Calc always evaluates text values as 0. The forthcoming international standard ODFF optionally allows numerical text to be converted to number form. Portability between ODFF compliant spreadsheets may therefore be an issue.
Personal tools