nestedsoftware / blog_comments

Comments for https://nestedsoftware.com using utterances
0 stars 0 forks source link

Calculating Standard Deviation on Streaming Data #7

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Calculating Standard Deviation on Streaming Data

Derivation and sample code for an incremental running variance and standard deviation

https://nestedsoftware.com/2018/03/27/calculating-standard-deviation-on-streaming-data-253l.23919.html

liao-frank commented 1 year ago

Nice article! I am using this method to estimate server latency based on recent pings, then to create educated timeout durations for server requests rather than having a standard timeout duration.