List.Covariance
構文
List.Covariance(numberList1 as list, numberList2 as list) as nullable number
バージョン情報
numberList1
と numberList2
の 2 つのリストの間の共分散を返します。 numberList1
と numberList2
には、同じ数の number
値を含める必要があります。
例 1
2 つのリストの間の共分散を計算します。
使用方法
List.Covariance({1, 2, 3}, {1, 2, 3})
出力
0.66666666666666607