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
2019 年 12 月 8 日
Hint:
pd = makedist('Exponential','mu',2)
カテゴリ
ヘルプ センター および File Exchange で Design of Experiments (DOE) についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!