Oliver Maus

Results 23 issues of Oliver Maus

### Description Shapes in Chart.Combine (and similar) are not combined. ### Repro steps ``` Chart.SingleStack ([ Chart.Line(Array.init 100 (fun i -> i, float i * 2.5)) |> Chart.withY_AxisStyle ("",Zeroline =...

Status: Review Needed
Type: Bug

**Please reference the issue(s) this PR is related to** Tackles #117 **Please list the changes introduced in this PR** - U test added **Description** Mann-Whitney-U test added to the Testing...

**Describe what you wanna discuss about** The function (role) of the function `Distributions.Continuous.ChiSquared.PDFLn` is unclear. It is certainly not the ln result of `ChiSquared.PDF` since ```fsharp Distributions.Continuous.ChiSquared.PDFLn 2. 4.7 //...

bug

**Please reference the issue(s) this PR is related to** Closes #180 **Please list the changes introduced in this PR** - Introduces the X² test for 2×2 contingency tables aka Cochran-Mantel-Haenszel...

**Please reference the issue(s) this PR is related to** Closes #178 **Please list the changes introduced in this PR** - Dunn-Šidák correction added **Description** Dunn-Šidák correction can now be found...

Thank you for contributing to FSharp.Stats. Please take the time to tell us a bit more about your PR. Closes #176 **Please list the changes introduced in this PR** -...

**Is your feature request related to a problem? Please describe.** An often used variant of the X² (Chi-squared) test is that for 2×2 contingency tables (aka Cochran-Mantel-Haenszel test). Since the...

**Is your feature request related to a problem? Please describe.** The Dunn-Šidák correction is a less stringent multiple testing correction than Bonferroni's. Atm., it is missing in FSharp.Stats. **Describe the...

**Is your feature request related to a problem? Please describe.** Atm., a Kolmogorov-Smirnov test is missing, for both the two sample test and the goodness-of-fit test. **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** In order to calculate a p-value, a given test statistic must be matched against the CDF of its respective distribution....