Class LogisticRegression

java.lang.Object
gorsat.Regression.LogisticRegression

public abstract class LogisticRegression
extends java.lang.Object
This program fits a logistic regression model on a given data set. We find the maximum likelihood estimators by using Newton's method to find the zero of the gradient of the likelihood function.