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