sum_y()
calculates the skewness for all the values of the y variable, independent of values of the x variable.
Samples
Calculate the sum of the numbers from 0 to 100:Arguments
The syntax is:| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| summary | StatsSummary2D | - | ✔ | The statistical aggregate produced by a stats_agg call |
Returns
| Column | Type | Description |
|---|---|---|
| sum | DOUBLE PRECISION | The sum of the values in the statistical aggregate |