public class LinkLogit extends Object implements LinkFunction
GeneralizedLinearModel| Constructor and Description |
|---|
LinkLogit() |
| 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).
|
public double inverse(double x)
inverse in interface LinkFunctionx - xpublic double derivative(double x)
derivative in interface LinkFunctionx - xCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.