How to calculate covariace of two random variable

1 回表示 (過去 30 日間)
Mohsen
Mohsen 2019 年 4 月 15 日
編集済み: Matt J 2019 年 4 月 15 日
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

採用された回答

Matt J
Matt J 2019 年 4 月 15 日
cov(x(:),y(:))
  2 件のコメント
Mohsen
Mohsen 2019 年 4 月 15 日
Thank you
But I only have mean and std. of the distributions, the vector of numbers is not available?
Matt J
Matt J 2019 年 4 月 15 日
編集済み: Matt J 2019 年 4 月 15 日
The covariance cannot be derived from mean and std.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRandom Number Generation についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by