firstOrderLossFunction

open override fun firstOrderLossFunction(x: Double): Double

Computes the first order loss function for the function for given value of x, G1(x) = Emax(X-x,0)

Return

The loss function value, Emax(X-x,0)

Parameters

x

The value to be evaluated