Step by step demonstration of the covariance calculus.
Usage
explain.covariance(x,y)
Arguments
x
Should be a vector
y
Should be a vector
Value
Numeric result and the process of this calculus explained.
Details
To calculate the covariance, the user should give two vectors of numbers. The result is the explained process to calculate the covariance, with the data of the datasets provided like argument. We can saw the harmonic mean formule in the covariance_ help document.