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

Add confidence interval unit tests #247

Closed bvenn closed 1 year ago

bvenn commented 1 year ago

Confidence intervals are used in figures summarizing sample properties to get an visual hint how strong the samples differ. The functionality is present in FSharp.Stats.ConfidenceInterval.ci but tests are missing to validate the results. Because ci calls ciDeviation, a single test covers both functions.

Change // to /// to enable function descriptions.