WLJS LogoWLJS Notebook

NakagamiDistribution

NakagamiDistribution[μ,ω] represents a Nakagami distribution with shape parameter μ and spread parameter ω.

Examples

Create a Nakagami distribution:

dist = NakagamiDistribution[2, 1]

Compute the mean:

Mean[NakagamiDistribution[2, 1]]

Please visit the official Wolfram Language Reference for more details.

On this page