Chan's algorithm Parallel Implementation ( Variance Calculations)
Revision as of 11:15, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(log n)$ == Space Complexity == $O({1})$ per processor words (Each processor maintains O(1) information related to count, mean, M2) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == EREW(??) PRAM == Year == 1979 == Reference == http://i.stanford.edu/pub/cstr/reports/cs/tr/79/773/CS-TR-79-773.pdf")
Time Complexity
$O(log n)$
Space Complexity
$O({1})$ per processor words
(Each processor maintains O(1) information related to count, mean, M2)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
EREW(??) PRAM
Year
1979
Reference
http://i.stanford.edu/pub/cstr/reports/cs/tr/79/773/CS-TR-79-773.pdf