Details
-
Blog - New Blog Request
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Jul-2015
Description
R analogs: mean(), rowCols(), rowMeans(), variance(), sd().
Since it presents an efficiency problem to compute second and first moment as two different routines, this issue suggest to unify computation of both first and second moments in the same routine.
For completeness, we do both in-core and distriuted variations, by convention prepending distributed versions with "d" letter:
colMeanVars()
colMeanStdevs()
dcolMeanVars()
dcolMeanStdevs()