Statistics problem using MATLAB
Afficher commentaires plus anciens
Hello everyone. So I'm supposed to write a code that should answer the following exercise:
Let X and Y be two independent exponential random variables with mean λ. What is E(X|X > Y ) ?
Does anyone know how to do it?
Réponses (1)
Image Analyst
le 8 Déc 2019
Hint:
pd = makedist('Exponential','mu',2)
Catégories
En savoir plus sur Descriptive Statistics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!