SKEWP function text/scalc/01/func_skewp.xhp
skewness;population SKEWP function SKEWP Calculates the skewness of a distribution using the population of a random variable. SKEWP(Number1; Number2;..., Number30) Number1, Number2, ..., Number30 are up to 30 numerical values or ranges. Calculates the skewness of a distribution using the population, i.e. the possible outcomes, of a random variable. The sequence shall contain three numbers at least. SKEWP(2;3;1;6;8;5) returns 0.2828158928 SKEWP(A1:A6) returns 0.2828158928, when the range A1:A6 contains {2;3;1;6;8;5} SKEWP(Number1;Number2) returns zero always, if Number1 and Number2 results in two numbers. SKEWP(Number1) returns Err:502 (Invalid argument) if Number1 results in one number, because SKEWP cannot be calculated with one value.
SKEW