Function Reference: nakacdf

statistics: p = nakacdf (x, m, w)

Nakagami cumulative distribution function (CDF).

For each element of x, compute the cumulative distribution function (CDF) 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: nakainv, nakapdf, nakarnd

Source Code: nakacdf