Hi All,
I'm looking for confirmation of something I suspect to be true, but I'm not positive.
I have two arrays of integers. I want to calculate the average variation between the two. Would it be correct to calculate this as the average of array 1 minus the average of array 2? Would that be equivalent to:
Average(a1-b1, a2-b2, a3-b3.... an-bn)
Thank you!
I'm looking for confirmation of something I suspect to be true, but I'm not positive.
I have two arrays of integers. I want to calculate the average variation between the two. Would it be correct to calculate this as the average of array 1 minus the average of array 2? Would that be equivalent to:
Average(a1-b1, a2-b2, a3-b3.... an-bn)
Thank you!