root/trunk/summary.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) @289 [289] 05/18/11 18:58:38 dsimcha T, F tests should work even when a category only has one sample.
(edit) @287 [287] 03/16/11 09:14:55 dsimcha These should be static to work around bugs in GDC.
(edit) @280 [280] 03/03/11 18:40:05 dsimcha This is mature enough to be exposed.
(edit) @235 [235] 12/22/10 20:38:56 dsimcha Forgot to add back a few pure nothrows.
(edit) @234 [234] 12/22/10 20:35:18 dsimcha 2.051 updates. This breaks all earlier versions of DMD because I dumped …
(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) @211 [211] 08/22/10 21:53:08 dsimcha Fix ranges: Add save() and @property stuff.
(edit) @207 [207] 08/10/10 21:38:53 dsimcha Improve docs.
(edit) @199 [199] 08/06/10 01:05:04 dsimcha More improvements to kerneldensity, add interquantileRange to support …
(edit) @176 [176] 07/12/10 18:33:32 dsimcha All put methods now return this, which allows Summary structs and …
(edit) @165 [165] 06/20/10 14:03:57 dsimcha Improve docs.
(edit) @161 [161] 05/01/10 23:27:56 dsimcha Fix corner case bug that prevented PearsonCor?.put(), Summary.put(), and …
(edit) @157 [157] 03/03/10 22:57:33 dsimcha Improve medianAbsDev.
(edit) @154 [154] 03/03/10 22:31:12 dsimcha More ILP optimization refinements.
(edit) @152 [152] 03/03/10 18:22:12 dsimcha More ILP optimizations.
(edit) @151 [151] 03/03/10 00:26:52 dsimcha ILP optimizations for mean, stdev. Fix nasty bug in fisherExact().
(edit) @149 [149] 03/02/10 00:17:59 dsimcha My benchmark was wrong.
(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) @116 [116] 11/24/09 23:40:17 dsimcha Made all ranks use double instead of float because it's not actually …
(edit) @109 [109] 11/07/09 23:19:53 dsimcha Improve fTest, some misc. small cleanup.
(edit) @106 [106] 11/07/09 14:14:38 dsimcha Add sum to summary, clean up a little.
(edit) @91 [91] 10/22/09 20:51:51 dsimcha Misc bug fixes, make poisson, binomial work with huge numbers by using …
(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) @85 [85] 10/10/09 03:49:39 dsimcha More misc. small fixes/improvements.
(edit) @70 [70] 05/18/09 21:32:07 dsimcha Added f-test for one-way ANOVA.
(edit) @65 [65] 05/15/09 22:58:14 dsimcha Bug fix for NumericFile?, small optimization in summary.
(edit) @48 [48] 05/07/09 00:46:04 dsimcha Overhaul tests. Change kurtosis, skewness to more widely used, possibly …
(edit) @34 [34] 04/26/09 15:54:46 dsimcha Bug fixes, generalize from isForwardRange to isIterable.
(edit) @32 [32] 04/26/09 13:01:41 dsimcha Add lazy z-score range.
(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.