|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface LinkFunction
This interface represents a link function g(x) in the Generalized Linear Model (GLM).
The R equivalent function is make.link.
GeneralizedLinearModel| Method Summary | |
|---|---|
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). |
| Method Detail |
|---|
double inverse(double x)
g-1(x).
x - x
g-1(x)double derivative(double x)
g'(x).
x - x
g'(x)
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||