Navigation
| class Huber( Kernel ) | Source |
|---|
Huber is an improper Kernel function
K( x ) = 1.0 if |x| < 1 else 1.0 / |x|
It is improper because the integral equals +inf.
It plays a role in robust fitting, see RobustShell, for medianizing the fit.
| Huber( ) |
|---|
Constructor.
Improper Kernel.
Using
integral = inf
fwhm = 4
range = inf
| result( x ) |
|---|
Parameters
- x : array-like
input values
| partial( x ) |
|---|
Parameters
- x : array-like
the input values
| isBound( ) |
|---|
| name( ) |
|---|
Return the name of the kernel
| Methods inherited from Kernel |
|---|