SuzukiDistribution
SuzukiDistribution[μ, ν] represents the Suzuki distribution with shape parameters μ and ν.
The Suzuki distribution is used to model fading in wireless communications.
Examples
dist = SuzukiDistribution[1, 2]Mean[SuzukiDistribution[1, 1]]Plot[PDF[SuzukiDistribution[1, 2], x], {x, 0, 5}]*See the official Wolfram Language Reference for more details.