Package jas.hist.normalization

Handles normalization of data.

See:
          Description

Interface Summary
Normalizer A normalizer allows a dataset to be normalized by an arbitrary factor.
 

Class Summary
AreaNormalizer Calculates a normalization factor based on the area under a data set.
BinNormalizer Calculates a normalization factor base on a specific bin.
DataSourceNormalizer A base class for Normalizers which depend upon a DataSource
EntriesNormalizer Calculates a normalization factor based on the number of entries in the data source.
MaxBinNormalizer Calculates a normalization factor based on the bin with the largest value.
NormalizationPanel  
NormalizationRegistry The NormalizationRegistry contains a list of NormalizationFactories
RelativeNormalizer A normalizar that normalizes by the ratio of two other normalizers
SimpleNormalizer A normalizer that normalizes by a set factor.
StatisticsNormalizer A normalizer that calculates a normalization factor based on a specific statistics entry
 

Package jas.hist.normalization Description

Handles normalization of data.