List.Covariance

Syntax

List.Covariance(numberList1 as list, numberList2 as list) as nullable number

Description

Returns the covariance between two lists, numberList1 and numberList2. numberList1 and numberList2 must contain the same number of number values.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / List Functions / List.Covariance