|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GaussianAccumulator
Method Summary | |
---|---|
void |
compute()
Compute the mean, variance and standard deviation |
double |
getAverageStd()
|
Vector |
getMean()
|
double |
getN()
|
Vector |
getStd()
|
Vector |
getVariance()
|
void |
observe(Vector x,
double weight)
Observe the vector |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |