Calculate Convolution 2 pdf random variables

조회 수: 4 (최근 30일)
Minh Dang
Minh Dang 2020년 5월 15일
답변: Jeff Miller 2020년 5월 15일
Hello everyone,
I'm new to Matlab. And I've this question that How can I use built-in Conv function to calculate W=X+Y in the picture below. X and Y are statistically independent.
Thank you so much.

답변 (1개)

Jeff Miller
Jeff Miller 2020년 5월 15일
The built-in conv function is for something else, not statistical convolutions.
In general, the probability density function of your W(w) is
\integral f_x(t) f_y(w-t) dt
I don't know what your u function is, so I'm not sure whether you can do that analytically or not.
If not, you can use MATLAB's integral function
Have a look at this related question.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by