public class Expected_value_expotential_function
extends java.lang.Object
The current class is used to make the logit transformation used in logistic regression.
Namely the formula is
Logit(x) = 1/(1+ e-x) Where x is any numeric number .
| Constructor and Description |
|---|
Expected_value_expotential_function() |
| Modifier and Type | Method and Description |
|---|---|
double |
getvalue(double x) |