imsl.regression.LogisticRegression.hessian

LogisticRegression.hessian

Return the Hessian of the log-likelihood.

Returns:Array containing the estimated Hessian matrix at the estimated coefficients.
Return type:*((n_classes-1)*n_coeffs, (n_classes-1)*n_coeffs) ndarray*