Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Sterr: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg van (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Functions_Used_in_where_Expressions]]
[[Category:Functions_Used_in_where_Expressions]]

{{HelpFiles}}


====sterr====
====sterr====
Line 16: Line 16:
'''Example'''
'''Example'''


sterr(C1) where C2 >2;
''number n = sterr(C1) where C2 >2; ''
 
''print(n); //return standard error value ''


'''Availability'''
'''Availability'''

Latest revision as of 10:49, 20 December 2011



sterr

A common measure of the uncertainty associated with a numerical estimate. The standard error of the mean (SE) is calculated as the standard deviation divided by the square root of the number of observations.

Syntax

sterr(dcsColumn)

Arguments

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

Example

number n = sterr(C1) where C2 >2;

print(n); //return standard error value

Availability

Version 5.5