invCDF

open override fun invCDF(p: Double): Double

Provides the inverse cumulative distribution function for the distribution

Return

The inverse cdf evaluated at p

Parameters

p

The probability to be evaluated for the inverse, p must be 0,1 or an IllegalArgumentException is thrown