Method | Description | |
---|---|---|
AbsoluteLinkFunction ( ) : System |
Creates a new Absolute link function.
|
|
AbsoluteLinkFunction ( double beta ) : System |
Creates a new Absolute link function.
|
|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
Derivative ( double x ) : double |
First derivative of the Inverse function. The first derivative of the absolute link function is given by |
|
Derivative2 ( double y ) : double |
First derivative of the Inverse function expressed in terms of it's output. The first derivative of the absolute link function in terms of y = f(x) is given by |
|
Function ( double x ) : double |
The Absolute link function. The absolute link function is given by |
|
Inverse ( double x ) : double |
The mean function. The inverse absolute link function is given by |
|
Log ( double x ) : double |
The logarithm of the inverse of the link function.
|
public AbsoluteLinkFunction ( double beta ) : System | ||
beta | double | The beta value. |
return | System |
public Derivative ( double x ) : double | ||
x | double | The input value. |
return | double |
public Derivative2 ( double y ) : double | ||
y | double | The reverse transformed value. |
return | double |
public Function ( double x ) : double | ||
x | double | An input value. |
return | double |
public Inverse ( double x ) : double | ||
x | double | A transformed value. |
return | double |