COVARIANCE.S |
COVARIANCE.S(array1, array2) |
Returns the covariance based on a sample. |
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. * The arguments can either be numbers, arrays or cell references. * Any text, logical values or empty cells are ignored. * If "array1" and "array2" do not have the same number of elements, then #N/A is returned. * If either "array1" or "array2" is empty, then #DIV/0! is returned. * If either "array1" or "array2" contains only 1 element, then #DIV/0! is returned. * You can use the COVARIANCE.P function to return the covariance based on an entire population. * You can use the VAR.S function to return the variance based on a sample. * You can use the VARA function to return the variance based on a sample (including logical values and text). * This function was added in Excel 2010 * For the Microsoft documentation refer to support.microsoft.com * For the Google documentation refer to support.google.com |
|
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top