Probability density function plot

1 visualización (últimos 30 días)
Maria445
Maria445 el 28 de Oct. de 2018
Respondida: Jeff Miller el 28 de Oct. de 2018
Can I draw the pdf of a distribution even if the pdf does not have a closed-form solution, using the characteristic function of the distribution and Fourier inversion?
I'm not sure this is the right place to ask, I'm just wondering whether Matlab can manage to do it, or having the pdf defined with an integral will mess up the graph

Respuesta aceptada

Jeff Miller
Jeff Miller el 28 de Oct. de 2018
Yes, you should be able to do this. You can select a set of x's and then compute each one's pdf using the Fourier inversion. Then just:
plot(x,pdf)

Más respuestas (0)

Categorías

Más información sobre Mathematics en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by