new item to add to the running average
if datum is { @link Double#NaN}
amount by which to change a datum in the running average
if delta is { @link Double#NaN}
IllegalStateExceptionif count is 0
standard deviation of data
a (possibly immutable) object whose average is the negative of this object's
item to remove to the running average
if datum is { @link Double#NaN}
IllegalStateExceptionif count is 0
Extends
RunningAverage
by adding standard deviation too.Ported from org.apache.mahout.cf.taste.impl.common.RunningAverageAndStdDev.java