Statistical
Correlation
Returns the Pearson coefficient of correlation of a set of number pairs –> learn more
CORR(@expression, @expression_2)
Return type
float
Parameters
Covariance
Returns the covariance of a set of number pairs –> learn more
COVAR_@sample_type(@expression, @expression_2)
Return type
float
Parameters
Standard deviation
Returns the standard deviation of all values –> learn more
STDDEV_@sample_type(@expression)
Return type
float
Parameters
Variance
Returns the variance of all values –> learn more
var_@sample_type(@expression)
Return type
float
Parameters
Last updated
Was this helpful?