public static class GeneralizedLinearRegression.Sqrt$
extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static GeneralizedLinearRegression.Sqrt$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| Sqrt$() | 
| Modifier and Type | Method and Description | 
|---|---|
| double | deriv(double mu)Derivative of the link function. | 
| double | link(double mu)The link function. | 
| double | linkPower() | 
| String | name() | 
| double | unlink(double eta)The inverse link function. | 
public static final GeneralizedLinearRegression.Sqrt$ MODULE$