Nakagami Distribution Parameter

Hi I would like to know how find the Nakagami m value through matlab.
I know using mle and diftool we can find the maximum likelihood,but don't know how to get the m value.Is there any one who can help me on this.Thanks

 Accepted Answer

Hi Dilan, m is the shape parameter of the Nakagami distribution. It is denoted by mu in the MATLAB documentation. It is the first element of the phat vector in:
phat = mle(data,'distribution','Nakagami');

More Answers (1)

daniloajesus
daniloajesus on 13 Jun 2012
Hi people!! It's need the sqrt of data previously the mle(data,'distribution','Nakagami') ?

Tags

Community Treasure Hunt

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

Start Hunting!