public interface GaussianAccumulator
double getN()
Vector getMean()
Vector getStd()
double getAverageStd()
Vector getVariance()
void observe(Vector x, double weight)
x
- a Vectorweight
- the double observation weight (usually 1.0)void compute()
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.