How to calculate covariace of two random variable

1 Ansicht (letzte 30 Tage)
Mohsen
Mohsen am 15 Apr. 2019
Bearbeitet: Matt J am 15 Apr. 2019
Dear User
I have two random numbers for example:
X: mean=0.05 & Standard deviation=0.005
Y: mean=0.0455 & Standard deviation=0.005
How do I calculate Covariance(X,Y)?
Regards

Akzeptierte Antwort

Matt J
Matt J am 15 Apr. 2019
cov(x(:),y(:))
  2 Kommentare
Mohsen
Mohsen am 15 Apr. 2019
Thank you
But I only have mean and std. of the distributions, the vector of numbers is not available?
Matt J
Matt J am 15 Apr. 2019
Bearbeitet: Matt J am 15 Apr. 2019
The covariance cannot be derived from mean and std.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by