root/trunk/cor.d


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @293 [293] 06/09/11 23:15:34 dsimcha Better loop unrolling: Speed up ILP optimized functions ~10%.
(edit) @258 [258] 02/04/11 23:02:13 dsimcha Speed up matrix ops for regression.
(edit) @234 [234] 12/22/10 20:35:18 dsimcha 2.051 updates. This breaks all earlier versions of DMD because I dumped …
(edit) @232 [232] 11/21/10 11:40:44 dsimcha One more alias this to re-enable.
(edit) @231 [231] 11/20/10 17:44:02 dsimcha Misc. small fixes: Bring back alias this and remove workarounds for bugs …
(edit) @230 [230] 11/16/10 20:49:02 dsimcha Misc small bugs and silliness exposed by testing on GDC.
(edit) @226 [226] 11/13/10 18:58:27 dsimcha Fix 64-bit compilation errors. Code only passes semantic analysis, hasn't …
(edit) @211 [211] 08/22/10 21:53:08 dsimcha Fix ranges: Add save() and @property stuff.
(edit) @209 [209] 08/22/10 21:23:02 dsimcha Fix some style issues and a few 64 issues.
(edit) @185 [185] 07/27/10 19:25:34 dsimcha Fix overflow bug in kendallCor with huge amounts of ties.
(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) @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) @161 [161] 05/01/10 23:27:56 dsimcha Fix corner case bug that prevented PearsonCor?.put(), Summary.put(), and …
(edit) @156 [156] 03/03/10 22:53:10 dsimcha Attempt 2: Fix the %$()*# docs.
(edit) @154 [154] 03/03/10 22:31:12 dsimcha More ILP optimization refinements.
(edit) @153 [153] 03/03/10 19:35:40 dsimcha Improve covariance() to take advantage of ILP optimizations.
(edit) @152 [152] 03/03/10 18:22:12 dsimcha More ILP optimizations.
(edit) @150 [150] 03/02/10 22:43:11 dsimcha Fix broken unittest.
(edit) @148 [148] 03/01/10 19:34:45 dsimcha Improve numerical stability of std. deviation, kurtosis, skewness, …
(edit) @147 [147] 03/01/10 09:54:34 dsimcha Improve numerical stability of Pearson correlation.
(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) @142 [142] 02/20/10 22:41:33 dsimcha Fix error handling and optimize small N version of Kendall Tau.
(edit) @140 [140] 02/20/10 19:12:53 dsimcha Small bug fixes, optimizations.
(edit) @137 [137] 02/14/10 11:53:43 dsimcha Remove all foreach_reverse, misc. small refactorings.
(edit) @135 [135] 02/10/10 15:04:48 dsimcha Optimizations for sorting arrays of floats and doubles. ~30-40% speedup …
(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) @119 [119] 11/30/09 22:47:08 dsimcha Rename correlation functions to more descriptive names. Old names are …
(edit) @116 [116] 11/24/09 23:40:17 dsimcha Made all ranks use double instead of float because it's not actually …
(edit) @115 [115] 11/23/09 20:40:50 dsimcha Clean up, micro-optimize Pcor.
(edit) @107 [107] 11/07/09 19:56:27 dsimcha Clean up cor module a little.
(edit) @104 [104] 11/05/09 22:30:14 dsimcha Refactoring.
(edit) @92 [92] 10/24/09 12:29:14 dsimcha Improve comb, perm, add toNumericRange, misc small cleanups.
(edit) @90 [90] 10/19/09 02:40:45 dsimcha Tagged some functions pure, nothrow to allow subexpression elimination by …
(edit) @88 [88] 10/18/09 06:57:55 dsimcha Misc. code cleanup, refactoring.
(edit) @87 [87] 10/13/09 13:31:03 dsimcha Improve docs a little, add medianAbsDev.
(edit) @83 [83] 07/07/09 20:52:09 dsimcha Bug fixes, 2.031 updates.
(edit) @76 [76] 05/30/09 19:53:30 dsimcha Added tie correction for Kendall's tau significance test.
(edit) @28 [28] 04/23/09 23:30:02 dsimcha Make dstats work with ranges.
(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.