top | item 42278360

(no title)

zgs | 1 year ago

There is a second issue with the code. The calculation of the mean isn't numerically stable. Instead use:

mean_power = mean_power + (power - mean_power) / count

discuss

order

No comments yet.