Chan's algorithm Parallel Implementation ( Variance Calculations)

From Algorithm Wiki
Jump to navigation Jump to search

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