PDF & CDF function

조회 수: 15 (최근 30일)
Shahar ben ezra
Shahar ben ezra 2021년 4월 12일
편집: Alan Stevens 2021년 4월 12일
Hi
I have a question about PDF & CDF functions
If I have a vector with an abnormal distribution
What functions can I use?
(From the vector I can of course calculate the standard deviation and the mean, find a high or low value ....)
  댓글 수: 1
Alan Stevens
Alan Stevens 2021년 4월 12일
In what way is it abnormal? Can you plot a graph of it?

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

채택된 답변

Alan Stevens
Alan Stevens 2021년 4월 12일
편집: Alan Stevens 2021년 4월 12일
Use histogram to see the shape. Move_W_to_dBm has a double peak at low values, with an extremely long tail to the right (I deleted values larger than 8*10^-10 in order to see the doube peak better). There is no way this is a normal curve! Looks like it might be a combination of a couple of normals, perhaps (ignoring the rightwards bias, that is). However, you could use the histogram to define your own pdf, and use cumtrapz, perhaps, to define the cdf.

추가 답변 (0개)

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by