Navigation
class Uniform( Kernel ) | Source |
---|
Uniform is a Kernel function which is constant between [-1,1].
K( x ) = 1.0 if |x| < 1
0.0 elsewhere
Uniform( ) |
---|
Constructor.
Using
integral = 2.0
fwhm = 2.0
result( x ) |
---|
Parameters
- x : array-like
input values
resultsq( xsq ) |
---|
Parameters
- xsq : 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 |
---|