FSharp.Stats
FSharp.Stats copied to clipboard
Add Seq.meanQuadratic and Seq.meanQuadraticBy
Closes #233
Changes
- Add Seq.meanQuadratic
- Add Seq.meanQuadraticBy
Description This PR adds the Quadratic mean (also known as RMS). Here is the wikipedia page for the Quadratic mean.
- [x] The project builds without problems on your machine
- [ ] Added unit tests regarding the added features