Uses of Class
adams.data.filter.AbstractLOWESS
-
Packages that use AbstractLOWESS Package Description adams.data.baseline adams.data.filter adams.data.smoothing -
-
Uses of AbstractLOWESS in adams.data.baseline
Fields in adams.data.baseline declared as AbstractLOWESS Modifier and Type Field Description protected AbstractLOWESSAbstractLOWESSBased. m_Filterthe filter to use.Methods in adams.data.baseline that return AbstractLOWESS Modifier and Type Method Description protected abstract AbstractLOWESSAbstractLOWESSBased. getFilter()Returns a new instance of a LOWESS filter.protected AbstractLOWESSTimeseriesLOWESSBased. getFilter()Returns a new instance of a LOWESS filter. -
Uses of AbstractLOWESS in adams.data.filter
Subclasses of AbstractLOWESS in adams.data.filter Modifier and Type Class Description classTimeseriesLOWESSA filter that applies LOWESS smoothing.
For more information see:
WikiPedia. -
Uses of AbstractLOWESS in adams.data.smoothing
Fields in adams.data.smoothing declared as AbstractLOWESS Modifier and Type Field Description protected AbstractLOWESSAbstractLOWESSBased. m_LOWESSthe LOWESS filter in use.Methods in adams.data.smoothing that return AbstractLOWESS Modifier and Type Method Description protected abstract AbstractLOWESSAbstractLOWESSBased. getDefault()Returns the default LOWESS filter.protected AbstractLOWESSTimeseriesLOWESSBased. getDefault()Returns the default LOWESS filter.
-