Constructor and Description |
---|
SimplePluginBandwidth(org.apache.commons.math3.stat.descriptive.moment.StandardDeviation sd) |
SimplePluginBandwidth(org.apache.commons.math3.stat.descriptive.moment.StandardDeviation sd,
double adjustmentFactor) |
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
|
public SimplePluginBandwidth(org.apache.commons.math3.stat.descriptive.moment.StandardDeviation sd)
public SimplePluginBandwidth(org.apache.commons.math3.stat.descriptive.moment.StandardDeviation sd, double adjustmentFactor)
public double value()
Bandwidth
public double getAdjustmentFactor()
Bandwidth
getAdjustmentFactor
in interface Bandwidth