How can i find the conditional CDF (Cumulative Distribution Function) ?

4 visualizaciones (últimos 30 días)
Muawiah
Muawiah el 4 de Mzo. de 2014
Comentada: Image Analyst el 5 de Mzo. de 2014
Dear all; How i can find the conditional CDF (Cumulatice Distribution Function) for the SNR (Signal-to-noise-ratio) that have an Exponential distribution and conditioned on some parameter called "h"??

Respuestas (1)

Image Analyst
Image Analyst el 4 de Mzo. de 2014
How about you fix h at some value then get the pdf with hist() and get the cdf with cumsum()? Will that work for your signal?
  2 comentarios
Muawiah
Muawiah el 4 de Mzo. de 2014
I mean how to find the CDF analytically , not in a code !
Image Analyst
Image Analyst el 5 de Mzo. de 2014
With pen and paper and calculus, assuming you have the formula for the exponential equation. Maybe you could do it for some arbitrary formula with the symbolic toolbox but I don't have that so I'm not sure. What is your "Exponential distribution" - what's the analytical formual?

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by