average_y() calculates
the average for all the values of the y variable, independent of the values of the x variable.
Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| summary | StatsSummary2D | - | ✔ | The statistical aggregate produced by a stats_agg call |
Returns
| Column | Type | Description |
|---|---|---|
| average_y | average_x | DOUBLE PRECISION | The average of the values in the statistical aggregate |