public interface LinkFunction
extends java.io.Serializable
The R equivalent function is make.link.
GeneralizedLinearModel| Modifier and Type | Method and Description |
|---|---|
double |
derivative(double x)
Derivative of the link function, i.e.,
g'(x). |
double |
inverse(double x)
Inverse of the link function, i.e.,
g-1(x). |