cdf

open override fun cdf(x: Double): Double(source)

Computes the cumulative distribution function at x.

Uses the relationship Nakagami(mu, omega) CDF = GammaP(mu, mu * x squared / omega) where GammaP is the regularized lower incomplete gamma function.

Return

the cumulative probability at x, in the range 0, 1.

Parameters

x

the point at which to evaluate the CDF.