ILinkFunction Interface |
Namespace: Accord.Statistics.Links
The ILinkFunction type exposes the following members.
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) | |
Derivative |
First derivative of the Inverse(Double) function.
| |
Derivative2 |
First derivative of the Inverse(Double)
function expressed in terms of it's output.
| |
Function |
The link function.
| |
Inverse |
The inverse of the link function.
| |
Log |
The logarithm of the inverse of the link function.
|
The link function provides the relationship between the linear predictor and the mean of the distribution function. There are many commonly used link functions, and their choice can be somewhat arbitrary. It can be convenient to match the domain of the link function to the range of the distribution function's mean.
References: