public class KDensity1D extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected static double |
eps |
protected boolean |
FInterpolate |
Constructor and Description |
---|
KDensity1D() |
Modifier and Type | Method and Description |
---|---|
void |
clear()
clear()
|
boolean |
estimateDensity(double[] a,
int n,
Kernel k,
int ngrid,
double h,
double ax,
double bx,
double[] weight) |
double |
getGrid(int index) |
double |
getGridPoint(double x) |
double |
getKernelH() |
double |
getMaxValue() |
double |
getMinValue() |
double |
getStep() |
double |
maxAmplitude() |
double |
normalize()
normalize()
|
public double getGrid(int index)
public boolean estimateDensity(double[] a, int n, Kernel k, int ngrid, double h, double ax, double bx, double[] weight)
public void clear()
public double normalize()
public double getKernelH()
public double getStep()
public double getMinValue()
public double getMaxValue()
public double maxAmplitude()
public double getGridPoint(double x)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.