Statistical
Correlation
Returns the Pearson coefficient of correlation of a set of number pairs –> learn more
Return type
float
Parameters
Name | Type | Allowed values | Required | Placeholder (in UI) |
---|---|---|---|---|
| any float | true | - | |
| any float | true | - |
Covariance
Returns the covariance of a set of number pairs –> learn more
Return type
float
Parameters
Name | Type | Allowed values | Required | Placeholder (in UI) |
---|---|---|---|---|
| any of: | false | (Sample (default)) | |
| any float | true | - | |
| any float | true | - |
Standard deviation
Returns the standard deviation of all values –> learn more
Return type
float
Parameters
Name | Type | Allowed values | Required | Placeholder (in UI) |
---|---|---|---|---|
| any of: | false | (Sample (default)) | |
| any float | true | - |
Variance
Returns the variance of all values –> learn more
Return type
float
Parameters
Last updated