
public final class QuadraticStddevWeight extends Object implements WeightFunction
| Modifier and Type | Field and Description | 
|---|---|
| private static double | scalingScaling: at scaling * stddev the function will hit 0.0 | 
| Constructor and Description | 
|---|
| QuadraticStddevWeight() | 
| Modifier and Type | Method and Description | 
|---|---|
| double | getWeight(double distance,
         double max,
         double stddev)Evaluate weight function at given parameters. max is ignored. | 
private static final double scaling
public double getWeight(double distance,
               double max,
               double stddev)
getWeight in interface WeightFunctiondistance - distance of the query pointmax - maximum distance of all included pointsstddev - standard deviation (i.e. quadratic mean / RMS) of the
        included points