Difference between revisions of "Stdev"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Functions_Used_in_where_Expressions]]
 

 

  

Revision as of 06:25, 28 March 2011



stdev

Estimates standard deviation based on a sample. The standard deviation is a measure of how widely values are dispersed from the average value (the mean). All empty values are ignored.

Calculates

776.gif

where x is the sample mean average(DCSColumn)… and n is the sample size

Syntax

stdev(dcsColumn)

Arguments

dcsColumn:  is a numeric dcs column (column whose data type is Number)

Example

stdev(C1) where C2 >2;

Availability

All