Supported Statistical Functions
This applies to: Visual Data Discovery
Type | Parameter Type | Description |
---|---|---|
STDDEV_POP
|
numeric | Computes the population standard deviation and returns the square root of the population variance. |
STDDEV_SAMP
|
numeric | Computes the cumulative sample standard deviation and returns the square root of the sample variance. |
VAR_POP
|
numeric | Returns the population standard variance of a given expression. |
VAR_SAMP
|
numeric | Returns the sample variance of a given expression. |
MEDIAN
|
numeric | Computes the median value across the group. |