Navigation
class CosSquare( Kernel ) | Source |
---|
CosSquare (Cosine Squared) is a Kernel function between [-1,1]; it is 0 elsewhere.
K( x ) = cos2( 0.5 π x ) if |x| < 1 else 0
CosSquare( ) |
---|
Constructor.
Using
integral = 1.0
fwhm = 1.0
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 |
---|