Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Christoph Ruegg 2b84d8dd5c fixed order statistics/median bug #5667 that caused a potential stackoverflow on platforms where tail-recursion is not optimized. Fixed by turning the recursion into a loop manually. Unit tests. 16 years ago
..
MCMCTests tests: added Andriy's ported NUnit tests and tweaked them for the solver changes 16 years ago
CorrelationTests.cs tests: added Andriy's ported NUnit tests and tweaked them for the solver changes 16 years ago
DescriptiveStatisticsTests.cs tests: added Andriy's ported NUnit tests and tweaked them for the solver changes 16 years ago
HistogramTests.cs tests: added Andriy's ported NUnit tests and tweaked them for the solver changes 16 years ago
PercentileTests.cs tests: added Andriy's ported NUnit tests and tweaked them for the solver changes 16 years ago
StatTestData.cs tests: added Andriy's ported NUnit tests and tweaked them for the solver changes 16 years ago
StatisticsTests.cs fixed order statistics/median bug #5667 that caused a potential stackoverflow on platforms where tail-recursion is not optimized. Fixed by turning the recursion into a loop manually. Unit tests. 16 years ago