java.lang .Object org.apache.commons.math.stat.descriptive .DescriptiveStatistics org.apache.commons.math.stat.descriptive .ListUnivariateImpl list protected List list(Code) Holds a reference to a list - GENERICs are going to make
out lives easier here as we could only accept List
windowSize protected int windowSize(Code) hold the window size *
ListUnivariateImpl public ListUnivariateImpl()(Code) No argument Constructor
ListUnivariateImpl public ListUnivariateImpl(List list)(Code) Construct a ListUnivariate with a specific List.
Parameters: list - The list that will back this DescriptiveStatistics
ListUnivariateImpl public ListUnivariateImpl(List list, NumberTransformer transformer)(Code) Construct a ListUnivariate with a specific List.
Parameters: list - The list that will back this DescriptiveStatisticsParameters: transformer - the number transformer used to convert the list items.
addObject public void addObject(Object o)(Code) Adds an object to this list.
Parameters: o - Object to add to the list
apply public double apply(UnivariateStatistic stat)(Code) Apply the given statistic to this univariate collection.
Parameters: stat - the statistic to apply the computed value of the statistic.
clear public void clear()(Code) Clears all statistics.
N.B.: This method has the side effect of clearing the underlying list.
getTransformer public NumberTransformer getTransformer()(Code) Access the number transformer.
the number transformer.
setTransformer public void setTransformer(NumberTransformer transformer)(Code) Modify the number transformer.
Parameters: transformer - the new number transformer.
Fields inherited from org.apache.commons.math.stat.descriptive.DescriptiveStatistics final public static int INFINITE_WINDOW(Code) (Java Doc)