OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mswg
(Results
1 - 1
of
1
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
OneWayAnovaImpl.java
61
* F = msbg/
mswg
</pre>
64
*
mswg
= within group mean square</pre>
176
double
mswg
= sswg/dfwg;
local
177
double F = msbg/
mswg
;
Completed in 105 milliseconds