How to plot joint pdf if the pdf function of two variables are given.
2 ビュー (過去 30 日間)
古いコメントを表示
I have two probability density functions related to two variables
f(1) = 2.*2.5.*(((x(1)-1.6580)./0.5).^1).*((1-(((x(1)-1.6580)./0.5)).^2)).^1.5;
f(2) = 1.5.*3.5.*(((x(2)-1.8128)./0.3).^0.5).*((1-(((x(2)-1.8128)./0.3)).^1.5)).^2.5;
How to plot joint probability function using f(1) and f(2).
0 件のコメント
回答 (4 件)
the cyclist
2011 年 6 月 19 日
It depends on exactly what you want to plot, but you could try either the plot3() or contour() command.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!