How to plot joint pdf if the pdf function of two variables are given.

조회 수: 5 (최근 30일)
lokesh
lokesh 2011년 6월 19일
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).

답변 (4개)

the cyclist
the cyclist 2011년 6월 19일
It depends on exactly what you want to plot, but you could try either the plot3() or contour() command.

lokesh
lokesh 2011년 6월 19일
thanks for your reply
Actually I wanted to ask that how to find joint pdf function using these two probability density functions...

Walter Roberson
Walter Roberson 2011년 6월 19일
Multiply them.

lokesh
lokesh 2011년 6월 19일
thanks for your reply.
how to find joint pdf if the variables are correlated....

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by