Package microsim.statistics.regression
Interface IBinaryChoiceRegression
-
- All Superinterfaces:
ILinearRegression
- All Known Implementing Classes:
LogitRegression,ProbitRegression
public interface IBinaryChoiceRegression extends ILinearRegression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanevent(java.lang.Object individual)booleanevent(java.util.Map<java.lang.String,java.lang.Double> values)-
Methods inherited from interface microsim.statistics.regression.ILinearRegression
getScore, getScore, getScore, getScore
-
-