|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.stats.regression.linear.glm.distribution.link.Identity
public class Identity
This class represents the link function:
g(x) = x
GeneralizedLinearModel| Constructor Summary | |
|---|---|
Identity()
|
|
| 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). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Identity()
| Method Detail |
|---|
public double inverse(double x)
LinkFunctiong-1(x).
inverse in interface LinkFunctionx - x
g-1(x)public double derivative(double x)
LinkFunctiong'(x).
derivative in interface LinkFunctionx - 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 | |||||||