Navigation
| class Biweight( Kernel ) | Source |
|---|
Biweight is a Kernel function between [-1,1]; it is 0 elsewhere.
K( x ) = ( 1-x2 )2 if |x| < 1 else 0
Author: Do Kester
| Biweight( ) |
|---|
Constructor.
Using
integral = 16.0/15.0
fwhm = 1.0823922
| result( x ) |
|---|
Parameters
- x : array-like
input values
| resultsq( xsq ) |
|---|
Parameters
- x : array-like
squared input values
| partial( x ) |
|---|
Parameters
- x : array-like
the input values
| isBound( ) |
|---|
| name( ) |
|---|
Return the name of the kernel
| Methods inherited from Kernel |
|---|