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

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"??

답변 (1개)

Image Analyst
Image Analyst 2014년 3월 4일

0 개 추천

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

I mean how to find the CDF analytically , not in a code !
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?

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

질문:

2014년 3월 4일

댓글:

2014년 3월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by