root/trunk/tests.d


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @289 [289] 05/18/11 18:58:38 dsimcha T, F tests should work even when a category only has one sample.
(edit) @266 [266] 02/12/11 19:18:03 dsimcha Mostly WIP, some trivial fixes.
(edit) @249 [249] 02/01/11 23:27:23 dsimcha Add ridge regression, a few small misc, cleanups.
(edit) @244 [244] 01/24/11 22:40:33 dsimcha These should actually return NaNs?.
(edit) @243 [243] 01/24/11 22:37:27 dsimcha Fix numerical fuzz issues.
(edit) @239 [239] 01/22/11 19:05:23 dsimcha More info theory/gtest merging improvements.
(edit) @238 [238] 01/22/11 16:23:53 dsimcha Added hypothesis testing for mutual information.
(edit) @237 [237] 01/22/11 11:27:48 dsimcha Fix g-test to work in cases w/ zero observations.
(edit) @236 [236] 01/08/11 09:37:37 dsimcha Improve error messages.
(edit) @231 [231] 11/20/10 17:44:02 dsimcha Misc. small fixes: Bring back alias this and remove workarounds for bugs …
(edit) @226 [226] 11/13/10 18:58:27 dsimcha Fix 64-bit compilation errors. Code only passes semantic analysis, hasn't …
(edit) @225 [225] 10/26/10 19:37:36 dsimcha fix unittest.
(edit) @214 [214] 09/05/10 22:30:54 dsimcha Fixes for Appender-related bit rot.
(edit) @209 [209] 08/22/10 21:23:02 dsimcha Fix some style issues and a few 64 issues.
(edit) @183 [183] 07/27/10 00:26:55 dsimcha Add exponential distribution (using the gamma with a shape parameter of 1 …
(edit) @176 [176] 07/12/10 18:33:32 dsimcha All put methods now return this, which allows Summary structs and …
(edit) @173 [173] 07/10/10 10:45:03 dsimcha Make F-test, Welch ANOVA and Levene's test return NaN instead of throwing …
(edit) @169 [169] 06/30/10 20:20:44 dsimcha Return NaN instead of throwing.
(edit) @167 [167] 06/21/10 23:50:40 dsimcha Add a few more unittests to fisherExact.
(edit) @166 [166] 06/20/10 21:01:52 dsimcha Improve P-value calculation in presence of ties for Kendall Tau.
(edit) @165 [165] 06/20/10 14:03:57 dsimcha Improve docs.
(edit) @164 [164] 06/19/10 18:23:09 dsimcha Add AUROC, misc. 2.047-related updates.
(edit) @159 [159] 03/19/10 19:16:34 dsimcha Make everything work w/ 2.042.
(edit) @151 [151] 03/03/10 00:26:52 dsimcha ILP optimizations for mean, stdev. Fix nasty bug in fisherExact().
(edit) @148 [148] 03/01/10 19:34:45 dsimcha Improve numerical stability of std. deviation, kurtosis, skewness, …
(edit) @145 [145] 02/28/10 22:49:52 dsimcha 80-bit reals -> 64-bit doubles, since this results in up to 3x performance …
(edit) @137 [137] 02/14/10 11:53:43 dsimcha Remove all foreach_reverse, misc. small refactorings.
(edit) @133 [133] 01/09/10 18:00:23 dsimcha More improvements to error/unusual input case handling.
(edit) @132 [132] 01/09/10 10:02:11 dsimcha Added paritial correlation, residuals. Finish renaming chiSqr to …
(edit) @130 [130] 12/25/09 21:31:19 dsimcha Improve error handling and constraints.
(edit) @127 [127] 12/21/09 20:23:28 dsimcha Added Welch ANOVA.
(edit) @126 [126] 12/20/09 22:16:38 dsimcha Added Levene's test.
(edit) @125 [125] 12/20/09 20:23:46 dsimcha Small bug fix.
(edit) @124 [124] 12/09/09 19:22:45 dsimcha Fix const issues.
(edit) @123 [123] 12/05/09 16:53:44 dsimcha Make dstats compile w/ 2.037.
(edit) @122 [122] 12/03/09 20:59:53 dsimcha Misc. cleanup, small bug fixes.
(edit) @121 [121] 12/03/09 20:11:10 dsimcha --
(edit) @120 [120] 12/02/09 23:41:08 dsimcha Minor improvements to pearsonCorTest.
(edit) @119 [119] 11/30/09 22:47:08 dsimcha Rename correlation functions to more descriptive names. Old names are …
(edit) @118 [118] 11/28/09 21:46:33 dsimcha improve exact non-parametric calculations a little.
(edit) @116 [116] 11/24/09 23:40:17 dsimcha Made all ranks use double instead of float because it's not actually …
(edit) @113 [113] 11/22/09 12:45:01 dsimcha Add adjustedR2 to regress, misc. small fixes.
(edit) @109 [109] 11/07/09 23:19:53 dsimcha Improve fTest, some misc. small cleanup.
(edit) @108 [108] 11/07/09 21:05:55 dsimcha Fixed a few minor rounding bugs.
(edit) @100 [100] 11/02/09 19:44:22 dsimcha Argh
(edit) @99 [99] 11/02/09 19:38:43 dsimcha Added the ability to test Pearson correlation using pre-computed results. …
(edit) @98 [98] 10/27/09 23:13:13 dsimcha Bug fixes.
(edit) @91 [91] 10/22/09 20:51:51 dsimcha Misc bug fixes, make poisson, binomial work with huge numbers by using …
(edit) @89 [89] 10/18/09 10:56:45 dsimcha Improve T Test API.
(edit) @88 [88] 10/18/09 06:57:55 dsimcha Misc. code cleanup, refactoring.
(edit) @84 [84] 09/14/09 09:51:36 dsimcha Misc. bug fixes.
(edit) @83 [83] 07/07/09 20:52:09 dsimcha Bug fixes, 2.031 updates.
(edit) @82 [82] 06/07/09 00:18:15 dsimcha binomial, multinomial test.
(edit) @81 [81] 06/05/09 00:01:14 dsimcha G tests, Fisher's method, exact Kendall Tau P-values.
(edit) @79 [79] 05/31/09 22:48:22 dsimcha Misc. small enhancements.
(edit) @77 [77] 05/30/09 21:25:08 dsimcha Fix subtle but severe bug in exact Wilcoxon rank sum p-value calculation.
(edit) @76 [76] 05/30/09 19:53:30 dsimcha Added tie correction for Kendall's tau significance test.
(edit) @74 [74] 05/21/09 23:47:14 dsimcha Add Friedman test.
(edit) @73 [73] 05/21/09 23:02:25 dsimcha Added correlated ANOVA.
(edit) @71 [71] 05/19/09 22:41:34 dsimcha More ANOVA.
(edit) @70 [70] 05/18/09 21:32:07 dsimcha Added f-test for one-way ANOVA.
(edit) @68 [68] 05/17/09 23:27:06 dsimcha Added some multiple hypothesis testing stuff.
(edit) @60 [60] 05/14/09 23:10:56 dsimcha Misc. cleanup and optimization.
(edit) @58 [58] 05/11/09 01:05:13 dsimcha Fix wilcoxonSignedRank bug, clean up this and signTest.
(edit) @49 [49] 05/07/09 21:21:55 dsimcha Forgot to update chiSqrContingency.
(edit) @48 [48] 05/07/09 00:46:04 dsimcha Overhaul tests. Change kurtosis, skewness to more widely used, possibly …
(edit) @45 [45] 05/04/09 23:12:40 dsimcha Minor
(edit) @39 [39] 04/27/09 23:13:30 dsimcha Added chi-square test for contingency tables.
(edit) @36 [36] 04/26/09 21:51:49 dsimcha Added chi-square goodness of fit.
(edit) @34 [34] 04/26/09 15:54:46 dsimcha Bug fixes, generalize from isForwardRange to isIterable.
(edit) @28 [28] 04/23/09 23:30:02 dsimcha Make dstats work with ranges.
(edit) @26 [26] 03/31/09 21:28:49 dsimcha Fix subtle but severe bug in K-S test and minor doc inaccuracies.
(edit) @25 [25] 02/14/09 19:08:47 dsimcha One-liner: Make compile on Phobos 2.025
(edit) @20 [20] 01/22/09 22:38:19 dsimcha Optimize TempAlloc? and add some sanity checks. Fix unittests to …
(edit) @17 [17] 01/17/09 19:04:12 dsimcha Optimize TempAlloc?. Fix a few minor bugs.
(add) @5 [5] 01/04/09 22:22:14 dsimcha Initial commit
Note: See TracRevisionLog for help on using the revision log.