FSharp.Stats icon indicating copy to clipboard operation
FSharp.Stats copied to clipboard

Add Seq.meanQuadratic and Seq.meanQuadraticBy

Open axrwl opened this issue 2 years ago • 0 comments

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

axrwl avatar Aug 10 '22 13:08 axrwl