Calculate Convolution 2 pdf random variables

4 vues (au cours des 30 derniers jours)
Minh Dang
Minh Dang le 15 Mai 2020
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.

Réponses (1)

Jeff Miller
Jeff Miller le 15 Mai 2020
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.

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by