Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
Syntax
List.Covariance(numberList1 as list, numberList2 as list) as nullable number
About
Returns the covariance between two lists, numberList1 and numberList2. numberList1 and numberList2 must contain the same number of number values.
Example
Calculate the covariance between two lists.
Usage
List.Covariance({1, 2, 3}, {1, 2, 3})
Output
0.66666666666666607