Time Weighted Statistic
Collects time weighted statistics that are presented to the collect() method. The property, timeGetter, must provide values for each observed value that appears in the collect method.
Parameters
assumed to be 0.0 by default
assumed to be 0.0 by default
Constructors
Properties
The header string for the CVS representation
Gets the last observed weight
When a data point having the value of (Double.NaN, Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY) are presented it is excluded from the summary statistics and the number of missing points is noted. If the weight is infinite or less than or equal to zero, then the data point should not be recorded. This method reports the number of missing points that occurred during the collection.
Gets the sum of the observed weights.
Gets the weighted average of the collected observations.
Gets the weighted sum of observations observed.
Gets the weighted sum of squares for observations observed.