statsmodels.genmod.families.links.LogC.inverse_deriv2¶ LogC.inverse_deriv2(z)[source]¶ Second derivative of the inverse link function g^(-1)(z). Parameters:¶ zarray_likeThe inverse of the link function at p Returns:¶ g^(-1)’’(z)ndarrayThe value of the second derivative of the inverse of the log-complement function.