how to create a pdf function of two variables that are in different uniform distribution
조회 수: 1 (최근 30일)
이전 댓글 표시
I will show you the details in here
if
x = uniform_ditribution(100,200)
y = uniform_ditribution(0,1)
what is
pdf(x,y)
?
댓글 수: 0
답변 (1개)
Jeff Miller
2021년 2월 21일
If they are independent then the joint pdf is the product of the marginal pdfs, so in this case pdf(x,y) = 0.01
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!