how to create a pdf function of two variables that are in different uniform distribution
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Jeff Miller
le 21 Fév 2021
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 commentaires
Voir également
Catégories
En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!