biosim.core.util
Class KernelDensityEstimator.NormalKernel

java.lang.Object
  extended by biosim.core.util.KernelDensityEstimator.NormalKernel
All Implemented Interfaces:
Kernel
Enclosing class:
KernelDensityEstimator

public static class KernelDensityEstimator.NormalKernel
extends java.lang.Object
implements Kernel


Constructor Summary
KernelDensityEstimator.NormalKernel(double sigma)
           
 
Method Summary
 double k(double[] point)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KernelDensityEstimator.NormalKernel

public KernelDensityEstimator.NormalKernel(double sigma)
Method Detail

k

public double k(double[] point)
Specified by:
k in interface Kernel