JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.itemanalysis.psychometrics.kernel
Interface KernelFunction
All Known Implementing Classes:
BiweightKernel
,
CosineKernel
,
EpanechnikovKernel
,
GaussianKernel
,
TriangleKernel
,
TriweightKernel
,
UniformKernel
public interface
KernelFunction
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
value
(double u)
Computes the value of teh kernel at a given point
Method Detail
value
double value(double u)
Computes the value of teh kernel at a given point
Parameters:
u
- point at which teh kernel is evaluated
Returns:
value of the kernel function
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method