필터 지우기
필터 지우기

Combined distribution function from multiple identical distributions and from two different distributions

조회 수: 1 (최근 30일)
Hi everyone, i tried to find the answer for my question in this forum and on Google, but unfortunately i was unsuccessful. I hope one of you can help me.
My first question is how to generate a general cdf and pdf for describing a random variable that is a combination of multiple draws from the same distribution function. So for example the distribution function for a weeks demand, when knowing the demand parameters for a days demand.
Dweek = sum(D1 + ... +D5) where D1 to D5 follow the same distribution function.
(I need a general function, as my program should be capable of handling different distribution functions)
And the second question is how to generate a general cdf and pdf for describing a random variable that describes the difference of two different distributed random variables.
The final application for the problem is to get the probability of cumulated deliveries exceeding cumulative demands so:
P(sum(Xi)> sum(Yi)) with i=1:5 as control variable
i already found out that it can be rearanged to P(sum(Xi - sum(Yi) = 0)
I hope you can understand my problem, as it is a bit hard to formulate and it would be great if somebody could help me with it.

답변 (1개)

Matt J
Matt J 2013년 9월 30일
The question looks similar to this one.
  댓글 수: 2
Alex
Alex 2013년 9월 30일
Thanks for you answer, but unfortunately i need to solve it analytically as it is part of a model that depends on the exactness of this combined distribution function, sampling would therefore be not exact enough, but thanks for your help, i already considered sampling and i will try that if i cant get the exact solution working.
Matt J
Matt J 2013년 9월 30일
I doubt you will find a closed form result for arbitrarily distributed Di.

댓글을 달려면 로그인하십시오.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by