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] QQ plot #238

Closed bvenn closed 1 year ago

bvenn commented 1 year ago

QQ plots allow to compare two sample distributions if:

The following features should be added:

bvenn commented 1 year ago

I've just added QQ plot methods in https://github.com/fslaborg/FSharp.Stats/commit/8145747dd366e4233cdc11bc81d50d950f6bfe36 and a small documentation in https://github.com/fslaborg/FSharp.Stats/commit/f4adbdf1c99d7aa8772c3f35e89720ed1ba04dff. Since major additions were necessary, I'll add unit tests for the inverse error function prior to merging.