Statistics problem using MATLAB

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?

回答 (1 件)

Image Analyst
Image Analyst 2019 年 12 月 8 日

0 投票

Hint:
pd = makedist('Exponential','mu',2)

タグ

質問済み:

2019 年 12 月 7 日

回答済み:

2019 年 12 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by