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 AbstractLOWESS
AbstractLOWESSBased. m_Filter
the filter to use.Methods in adams.data.baseline that return AbstractLOWESS Modifier and Type Method Description protected abstract AbstractLOWESS
AbstractLOWESSBased. getFilter()
Returns a new instance of a LOWESS filter.protected AbstractLOWESS
TimeseriesLOWESSBased. 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 class
TimeseriesLOWESS
A 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 AbstractLOWESS
AbstractLOWESSBased. m_LOWESS
the LOWESS filter in use.Methods in adams.data.smoothing that return AbstractLOWESS Modifier and Type Method Description protected abstract AbstractLOWESS
AbstractLOWESSBased. getDefault()
Returns the default LOWESS filter.protected AbstractLOWESS
TimeseriesLOWESSBased. getDefault()
Returns the default LOWESS filter.
-