complementaryCDF

open override fun complementaryCDF(x: Double): Double

Computes the complementary cumulative probability distribution function for given value of x. This is P{X > x}

Return

The probability, 1-P{X<=x}

Parameters

x

The value to be evaluated