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.
 
 
 
Jurgen Van Gael bf8225f034 Reduced the number of passes through the data from four to two when computing descriptive statistics. 16 years ago
..
MCMC doc: fixed xml doc errors and updated SHFB config 16 years ago
Correlation.cs Numerics: udated headers (sorry for the code churn..) 16 years ago
DescriptiveStatistics.cs Reduced the number of passes through the data from four to two when computing descriptive statistics. 16 years ago
Histogram.cs doc: fixed xml doc errors and updated SHFB config 16 years ago
Percentile.cs stats: added Percentile class and missing complex MatlabWriter tests 16 years ago
Statistics.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