Číst v angličtině

Sdílet prostřednictvím


List.Covariance

Syntax

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

Asi

Vrátí kovarianci mezi dvěma seznamy, numberList1 a numberList2. numberList1 a numberList2 musí obsahovat stejný počet hodnot number.

Příklad 1

Výpočet kovariance mezi dvěma seznamy

využití

List.Covariance({1, 2, 3}, {1, 2, 3})

Výstup

0.66666666666666607