COVARIANCE.P |
COVARIANCE.P(array1, array2) |
Returns the covariance based on an entire population. |
array1 | The first array of integers. |
array2 | The second array of integers. |
REMARKS |
* The covariance is the average of the products of deviations for each data point pair. * You can use the COVARIANCE.S function to return the covariance based on a sample. * You can use the VAR.P function to return the variance based on an entire population. * You can use the VARPA function to return the variance based on an entire population (including logical values and text). * This function was added in Excel 2010 to replace the COVAR function. * For the Microsoft documentation refer to support.microsoft.com |
|
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top