Weighted Statistic Ifc
If the observation or the weight is
infinite or NaN, then the observation should not be recorded and the number of missing observations
is incremented. If the observed weight is negative or 0.0, then the observation should not be recorded and
the number of missing observations is incremented.
Author
rossetti
Inheritors
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.