dwvisser.monte
Interface WeightingFunction

All Known Implementing Classes:
DataSet, MicronDetector

public interface WeightingFunction

Used by DataSet to define a weighting function in obtaining summary statistics.

Author:
Dale Visser

Method Summary
 double weight(double value)
           
 

Method Detail

weight

public double weight(double value)