expected value of matrix
古いコメントを表示
I have a random vector alpha with mean zero and standard deviation one, I want to find the expected value of alpha *alpha transpose
E[alpha*alpha']
0.0994
0.3661
-0.2125
0.2839
採用された回答
その他の回答 (1 件)
a = [ 0.0994
0.3661
-0.2125
0.2839] ;
E = a'*a
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!