नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
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 1
Calculate the covariance between two lists.
Usage
List.Covariance({1, 2, 3}, {1, 2, 3})
Output
0.66666666666666607