Navigation
| class Lorentz( Kernel ) | Source |
|---|
Lorentz is an unbound Kernel function.
K( x ) = 1 / ( 1 + x2 )
| Lorentz( ) |
|---|
Constructor.
Using
integral = π
fwhm = 2.0
range = inf
| result( x ) |
|---|
Parameters
- x : array-like
input values
| resultsq( xsq ) |
|---|
Parameters
- x : array-like
the squares of the input values
| partial( x ) |
|---|
Parameters
- x : array-like
the input values
| isBound( ) |
|---|
| name( ) |
|---|
Return the name of the kernel
| Methods inherited from Kernel |
|---|