Statistical

Correlation

Returns the Pearson coefficient of correlation of a set of number pairs –> learn morearrow-up-right

CORR(@expression, @expression_2)

Return type

float

Parameters

Name
Type
Allowed values
Required
Placeholder (in UI)

Covariance

Returns the covariance of a set of number pairs –> learn morearrow-up-right

COVAR_@sample_type(@expression, @expression_2)

Return type

float

Parameters

Name
Type
Allowed values
Required
Placeholder (in UI)

@sample_type

any of: SAMP, POP

false

(Sample (default))

Standard deviation

Returns the standard deviation of all values –> learn morearrow-up-right

Return type

float

Parameters

Name
Type
Allowed values
Required
Placeholder (in UI)

@sample_type

any of: SAMP, POP

false

(Sample (default))

Variance

Returns the variance of all values –> learn morearrow-up-right

Return type

float

Parameters

Name
Type
Allowed values
Required
Placeholder (in UI)

@sample_type

any of: SAMP, POP

false

(Sample (default))

Last updated

Was this helpful?