mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-15 08:26:04 +08:00
Added a link to pseudo_moving_average.md
This commit is contained in:
parent
a233257b37
commit
3297e25308
@ -63,3 +63,8 @@ The multiplication may be elided by re-arranging the formula.
|
||||
`Old_Average + ((New_Sample - Old_Average) / (Sample_Size + 1))`
|
||||
|
||||
This may produce a *negative* interim value, which may be a problem if you are using scaled unsigned integral types for the average value.
|
||||
|
||||
---
|
||||
|
||||
The ETL has an implementation of this algorithm.
|
||||
[pseudo_moving_average](../maths/pseudo_moving_average.md)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user