|
|
|
|
|
by p1necone
2036 days ago
|
|
If you have a monotonically increasing stream of numbers no algorithm is going to converge on a meaningful average, even if it's "correct" in a technical sense. This algorithm is intended to give a (very) cheap estimate for values with some kind of organic distribution (probably normal). It doesn't have to be accurate for all possible edge cases because that's not the point of cheap estimation like this. |
|