SKEWNESS
This section contains reference documentation for the SKEWNESS function.
Last updated
Was this helpful?
This section contains reference documentation for the SKEWNESS function.
Returns the skewness of values in a group as Double. Skewness measures the asymmetry of a distribution. A positive skewness indicates a right-skewed distribution, while a negative skewness indicates a left-skewed distribution.
SKEWNESS(colName)
These examples are based on the Batch Quick Start.
select SKEWNESS(hits) AS value
from baseballStats
WHERE hits > 03.427189313498882
Last updated
Was this helpful?
Was this helpful?

