| Constructor and Description |
|---|
ScottsBandwidth(double[] x) |
ScottsBandwidth(double[] x,
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 ScottsBandwidth(double[] x)
public ScottsBandwidth(double[] x,
double adjustmentFactor)
public double value()
Bandwidthpublic double getAdjustmentFactor()
BandwidthgetAdjustmentFactor in interface Bandwidth