Class LogisticRegression

java.lang.Object
edu.cmu.tetrad.regression.LogisticRegression
All Implemented Interfaces:
TetradSerializable, Serializable

public class LogisticRegression extends Object implements TetradSerializable
Implements a logistic regression algorithm based on a Javascript implementation by John Pezzullo. That implementation together with a description of logistic regression and some examples appear on his web page ...

See also Applied Logistic Regression, by D.W. Hosmer and S. Lemeshow. 1989, John Wiley and Sons, New York which Pezzullo references. In particular see pages 27-29.

Version:
$Id: $Id
Author:
Frank Wimberly
See Also: