|
|
|
@293
|
[293]
|
06/09/11 23:15:34 |
dsimcha |
Better loop unrolling: Speed up ILP optimized functions ~10%. |
|
|
|
@289
|
[289]
|
05/18/11 18:58:38 |
dsimcha |
T, F tests should work even when a category only has one sample. |
|
|
|
@287
|
[287]
|
03/16/11 09:14:55 |
dsimcha |
These should be static to work around bugs in GDC. |
|
|
|
@280
|
[280]
|
03/03/11 18:40:05 |
dsimcha |
This is mature enough to be exposed. |
|
|
|
@235
|
[235]
|
12/22/10 20:38:56 |
dsimcha |
Forgot to add back a few pure nothrows. |
|
|
|
@234
|
[234]
|
12/22/10 20:35:18 |
dsimcha |
2.051 updates. This breaks all earlier versions of DMD because I dumped … |
|
|
|
@231
|
[231]
|
11/20/10 17:44:02 |
dsimcha |
Misc. small fixes: Bring back alias this and remove workarounds for bugs … |
|
|
|
@226
|
[226]
|
11/13/10 18:58:27 |
dsimcha |
Fix 64-bit compilation errors. Code only passes semantic analysis, hasn't … |
|
|
|
@211
|
[211]
|
08/22/10 21:53:08 |
dsimcha |
Fix ranges: Add save() and @property stuff. |
|
|
|
@207
|
[207]
|
08/10/10 21:38:53 |
dsimcha |
Improve docs. |
|
|
|
@199
|
[199]
|
08/06/10 01:05:04 |
dsimcha |
More improvements to kerneldensity, add interquantileRange to support … |
|
|
|
@176
|
[176]
|
07/12/10 18:33:32 |
dsimcha |
All put methods now return this, which allows Summary structs and … |
|
|
|
@165
|
[165]
|
06/20/10 14:03:57 |
dsimcha |
Improve docs. |
|
|
|
@161
|
[161]
|
05/01/10 23:27:56 |
dsimcha |
Fix corner case bug that prevented PearsonCor?.put(), Summary.put(), and … |
|
|
|
@157
|
[157]
|
03/03/10 22:57:33 |
dsimcha |
Improve medianAbsDev. |
|
|
|
@154
|
[154]
|
03/03/10 22:31:12 |
dsimcha |
More ILP optimization refinements. |
|
|
|
@152
|
[152]
|
03/03/10 18:22:12 |
dsimcha |
More ILP optimizations. |
|
|
|
@151
|
[151]
|
03/03/10 00:26:52 |
dsimcha |
ILP optimizations for mean, stdev. Fix nasty bug in fisherExact(). |
|
|
|
@149
|
[149]
|
03/02/10 00:17:59 |
dsimcha |
My benchmark was wrong. |
|
|
|
@148
|
[148]
|
03/01/10 19:34:45 |
dsimcha |
Improve numerical stability of std. deviation, kurtosis, skewness, … |
|
|
|
@145
|
[145]
|
02/28/10 22:49:52 |
dsimcha |
80-bit reals -> 64-bit doubles, since this results in up to 3x performance … |
|
|
|
@137
|
[137]
|
02/14/10 11:53:43 |
dsimcha |
Remove all foreach_reverse, misc. small refactorings. |
|
|
|
@116
|
[116]
|
11/24/09 23:40:17 |
dsimcha |
Made all ranks use double instead of float because it's not actually … |
|
|
|
@109
|
[109]
|
11/07/09 23:19:53 |
dsimcha |
Improve fTest, some misc. small cleanup. |
|
|
|
@106
|
[106]
|
11/07/09 14:14:38 |
dsimcha |
Add sum to summary, clean up a little. |
|
|
|
@91
|
[91]
|
10/22/09 20:51:51 |
dsimcha |
Misc bug fixes, make poisson, binomial work with huge numbers by using … |
|
|
|
@90
|
[90]
|
10/19/09 02:40:45 |
dsimcha |
Tagged some functions pure, nothrow to allow subexpression elimination by … |
|
|
|
@88
|
[88]
|
10/18/09 06:57:55 |
dsimcha |
Misc. code cleanup, refactoring. |
|
|
|
@87
|
[87]
|
10/13/09 13:31:03 |
dsimcha |
Improve docs a little, add medianAbsDev. |
|
|
|
@85
|
[85]
|
10/10/09 03:49:39 |
dsimcha |
More misc. small fixes/improvements. |
|
|
|
@70
|
[70]
|
05/18/09 21:32:07 |
dsimcha |
Added f-test for one-way ANOVA. |
|
|
|
@65
|
[65]
|
05/15/09 22:58:14 |
dsimcha |
Bug fix for NumericFile?, small optimization in summary. |
|
|
|
@48
|
[48]
|
05/07/09 00:46:04 |
dsimcha |
Overhaul tests. Change kurtosis, skewness to more widely used, possibly … |
|
|
|
@34
|
[34]
|
04/26/09 15:54:46 |
dsimcha |
Bug fixes, generalize from isForwardRange to isIterable. |
|
|
|
@32
|
[32]
|
04/26/09 13:01:41 |
dsimcha |
Add lazy z-score range. |
|
|
|
@28
|
[28]
|
04/23/09 23:30:02 |
dsimcha |
Make dstats work with ranges. |
|
|
|
@20
|
[20]
|
01/22/09 22:38:19 |
dsimcha |
Optimize TempAlloc? and add some sanity checks. Fix unittests to … |
|
|
|
@17
|
[17]
|
01/17/09 19:04:12 |
dsimcha |
Optimize TempAlloc?. Fix a few minor bugs. |
|
|
|
@5
|
[5]
|
01/04/09 22:22:14 |
dsimcha |
Initial commit |