how to create a pdf function of two variables that are in different uniform distribution
5 次查看(过去 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!