This function implements the gradient of the sigmoid map function with
respect to coeff used for logistic regression in the form required by
EmpiricalRiskMinimizationDP.CMS.
Usage
mapXy.gr.sigmoid(X, coeff)
Value
Matrix of values of the gradient of the sigmoid function with respect
to each value of coeff.