fslaborg / FSharp.Stats

statistical testing, linear algebra, machine learning, fitting and signal processing in F#
https://fslab.org/FSharp.Stats/
Other
205 stars 54 forks source link

[Feature Request] Quadratic Mean #233

Closed axrwl closed 1 year ago

axrwl commented 1 year ago

Quadratic mean or RMS is a very popular measure which seems to be missing. Wikipedia page for Quadratic mean

bvenn commented 1 year ago

Thanks for your contribution, the commit looks fine 🚀 Could you add some unit tests for the new functions? You could copy the mean tests to check the meanQuadratic for validity.