OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xbarw
(Results
1 - 1
of
1
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
Mean.java
208
double
xbarw
= sum.evaluate(values, weights, begin, length) / sumw;
local
213
correction += weights[i] * (values[i] -
xbarw
);
215
return
xbarw
+ (correction/sumw);
Completed in 307 milliseconds