Package samer.units

Class Histogram.Equaliser

  • Enclosing class:
    Histogram


    public class Histogram.Equaliser
    extends VectorFunctionOfVector
    This is a function which uses a cumulative probability function derived from the histogram to compute a transformation that results in a uniformly distributed variable. It takes a SNAPSHOT of the current histogram map and bin counts. You must update() to update from current histogram.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Equaliser() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void apply(double[] x) 
      void apply(double[] x, double[] y) 
      void dispose() 
      void update() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait