フィルターのクリア

how to create a pdf function of two variables that are in different uniform distribution

3 ビュー (過去 30 日間)
HONG CHENG
HONG CHENG 2021 年 2 月 21 日
回答済み: Jeff Miller 2021 年 2 月 21 日
I will show you the details in here
if
x = uniform_ditribution(100,200)
y = uniform_ditribution(0,1)
what is
pdf(x,y)
?

回答 (1 件)

Jeff Miller
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

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by