public class LikelihoodCrossValidation extends java.lang.Object implements Bandwidth, org.apache.commons.math3.analysis.UnivariateFunction
| Constructor and Description |
|---|
LikelihoodCrossValidation(KernelFunction kernel,
double[] x) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAdjustmentFactor()
The bandwidth is multiplied by teh adjustment factor to increase or decrease smoothing.
|
double |
value()
The value of teh bandwidth
|
double |
value(double h) |
public LikelihoodCrossValidation(KernelFunction kernel, double[] x)
public double value(double h)
value in interface org.apache.commons.math3.analysis.UnivariateFunctionpublic double value()
Bandwidthpublic double getAdjustmentFactor()
BandwidthgetAdjustmentFactor in interface Bandwidth