biosim.core.util
Class AdaptiveKernelDensityEstimator.NormalKernel

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

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


Constructor Summary
AdaptiveKernelDensityEstimator.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

AdaptiveKernelDensityEstimator.NormalKernel

public AdaptiveKernelDensityEstimator.NormalKernel(double sigma)
Method Detail

k

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