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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:SKEW function}}
 +
{{Documentation/CalcFunc StatisticalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_KURT_function
 +
|NextPage=Documentation/How_Tos/Calc:_STDEV_function
 +
}}__NOTOC__
  
 
== SKEW ==
 
== SKEW ==
Line 25: Line 30:
 
: returns <tt>'''0'''</tt>; the distribution is symmetric.
 
: returns <tt>'''0'''</tt>; the distribution is symmetric.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: KURT function|KURT]]
 
* [[Documentation/How_Tos/Calc: KURT function|KURT]]
  

Latest revision as of 13:29, 2 February 2024



SKEW

Returns a measure of how skewed a distribution is.

Syntax:

SKEW(number1; number2; ... number30)

number1 to number30 are up to 30 numbers or ranges/arrays containing numbers.
SKEW returns a measure of how skewed a distribution is, relative to a normal distribution - that is, how asymmetric it is. Positive values indicate a distribution with a tail inclining to the positive side, and negative values a distribution with a tail inclining to the negative side. SKEW calculates:
Calc skew equation.png
for the n >= 3 numbers having a standard deviation s > 0.

Example:

SKEW(A1:A30)

returns a measure of how skewed the distribution of numbers in A1:A30 is.

SKEW(1; 3; 4; 5; 9)

returns approximately 0.885, indicating that the tail of this (too small to be useful) distribution inclines to the positive.

SKEW(1; 3; 4; 5; 7)

returns 0; the distribution is symmetric.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_SKEW_function&oldid=260023"
Views
Personal tools
Navigation
Tools