I am a little stuck with my project. In the calculations of my project, I need to calculate the spread of some random variables. Up to now, there was no special difficulty to analytically calculate the standard deviation of correlated and uncorrelated random variables.
The point is that I am dealing now with variances and covariances of ratios between 3 different random variables X, W and Y. How to calculate the following? $$ cov(X/Y, W/Y) = \,? $$ Since the ratios share the same denominator, is it correct to write : $$ cov(X/Y, W/Y) = \left[\frac{1}{E(Y)}\right]^2\,cov(X, W)\,? $$