RogueWave

imsl.regression.LogisticRegression.hessian

LogisticRegression.hessian

Return the Hessian of the log-likelihood.

Returns:

((n_classes-1)*n_coeffs, (n_classes-1)*n_coeffs) ndarray

Array containing the estimated Hessian matrix at the estimated coefficients.