SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.stats.regression.linear.logistic

Class Summary
Beta Beta coefficient estimates, β^, of a logistic regression model.
Logistic A logistic regression (sometimes called the logistic model or logit model) is used for prediction of the probability of occurrence of an event by fitting data to a logit function logistic curve.
LogisticProblem This class represents a logistic regression problem.
Residuals Residual analysis of the results of a logistic regression.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.