Correct Answer - Option 4 : Both S
1 and S
2 are false.
Answer: Option 4
Formula:
Covariance(cov):
cov(X, Y) = E[ (X - E[X]) ] [ (Y - E[Y]) ]
Theorem:
If X and Y be Random Variables and Let the variances of X and Y exist and be finite then
cov(X,Y)2 ≤ var(X)var(Y)
Statement 1:There exist random variables X and Y such that
(E[X - E(X)) (Y - E(Y))])2 > Var[X] Var[Y]
This is not correct. The Square of covariance is less than equal to the product of variance of the two random variables not greater than.
Statement 2:For all random variables X and Y,
Cov[X, Y] = E [|X - E[X]| |Y - E[Y]|]
This is also not correct because Covariance may result in negative as well but the given expression will generate positive value.