gfoidl / Stochastics

Stochastic tools, distrubution, analysis
MIT License
3 stars 0 forks source link

ChauvenetOutlierDetection operates on double[] instead of IEnumerable<double> #36

Closed gfoidl closed 6 years ago

gfoidl commented 6 years ago

Fixes https://github.com/gfoidl/Stochastics/issues/31

gfoidl commented 6 years ago

For the CircleCI test failure it seems like https://github.com/gfoidl/Stochastics/blob/1f0957dd6188fc356e5e9bfaf8f82979194e8759/source/gfoidl.Stochastics/Statistics/OutlierDetection/ChauvenetOutlierDetection.cs#L89 produces wrong results.

On win-x64, linux-x64 (ubuntu-vm) it is OK. On CircleCI docker https://github.com/gfoidl/Stochastics/blob/1f0957dd6188fc356e5e9bfaf8f82979194e8759/.circleci/config.yml#L5 it fails.