Sinc

 
Sinc = class Sinc(Kernel)
    Sinc is an unbound Kernel function.
 
    f( x ) = sin( x ) / x.
 
Sinc is not strictly positive.
 
 
Method resolution order:
Sinc
Kernel
builtins.object

Constructor:
Sinc()
Constructor.
 
Using
    integral = 1.0
    fwhm = 2 * 1.8954942670 / π
    range = inf
Methods defined here:
isBound()
Return true when the kernel is bound.
All non-zero values are between -1 and +1
name()
Return the name of the kernel.
partial( x )
Return the partial derivative wrt input value.
 
Parameters
----------
x : array-like
    the input value
result( x )
Return the result for one input value.
 
Parameters
----------
x : array-like
    the input value

Methods inherited from Kernel: