How can I plot cdf of Y, Ft(t) using Matlab?
이전 댓글 표시
Conditions
1. Gaussian random vector A and B (in R3) are i.i.d.
2. A' and B' are unity norms and |A'| = |B'| = 1
3. Y = |A'(Transpose)*B'|^2 = cos^2(t)
How can I plot cdf of Y, Ft(t) using Matlab? Please help.
답변 (1개)
Tom Lane
2012년 6월 2일
0 개 추천
Do you need a theoretical result? If not, can you just simulate A and B values, calculate Y, and plot its empirical cdf?
Either way, I'm not sure I understand the conditions. You say A and B are iid, but is each 3-vector in A assumed to have a 3-dimensional multivariate normal distribution with mean [0 0 0] and variance eye(3)? Then in condition 2, are you just saying that you need to divide each row by its norm so the vector lies on the unit sphere? If these are true, I hope that gives you an idea about how to simulate and plot them.
카테고리
도움말 센터 및 File Exchange에서 Exploration and Visualization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!