Class LogisticBeta


  • public class LogisticBeta
    extends LMBeta
    Beta coefficient estimator, β^, of a logistic regression model.
    • Constructor Detail

      • LogisticBeta

        public LogisticBeta​(Vector betaHat,
                            LogisticResiduals residuals)
        Construct an instance of Beta.
        Parameters:
        betaHat - β^ of a logistic regression
        residuals - the residuals of a logistic regression
    • Method Detail

      • covariance

        public ImmutableMatrix covariance()
        Description copied from class: LMBeta
        Gets the covariance matrix of the coefficient estimates, β^.
        Specified by:
        covariance in class LMBeta
        Returns:
        the covariance matrix of the coefficient estimates, β^