Difference between revisions of "Documentation/How Tos/Calc: STDEVA function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Issues:: (excel))
(Syntax:: added formula)
Line 14: Line 14:
  
 
: Text values are always regarded as zero.
 
: Text values are always regarded as zero.
 +
 +
: With ''N'' values in the sample, the calculation formula is:
 +
 +
: [[Image:Calc_sample_stddev_formula.png]].
  
 
=== Example: ===
 
=== Example: ===

Revision as of 05:15, 7 April 2008


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.
With N values in the sample, the calculation formula is:
Calc sample stddev formula.png.

Example:

STDEVA(2; 6; 4)

returns 2.

STDEVA(B1:B3)

where cells B1, B2, B3 contain red, TRUE, and 2 returns 1, the standard deviation of 0, 1 and 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.
  • Text given as a parameter fails: STDEVA("red";1;2) returns Err:504 (issue 87855).
  • It seems that Excel's behaviour with text depends on version, so portability is impossible to guarantee.
Personal tools