Function Reference: nakapdf

statistics: y = nakapdf (x, m, w)

Nakagami probability density function (PDF).

For each element of x, compute the probability density function (PDF) at x of the Nakagami distribution with shape parameter m and scale parameter w. The size of p is the common size of x, m, and w. A scalar input functions as a constant matrix of the same size as the other inputs.

See also: nakacdf, nakainv, nakarnd

Source Code: nakapdf