|
|
|
@293
|
[293]
|
06/09/11 23:15:34 |
dsimcha |
Better loop unrolling: Speed up ILP optimized functions ~10%. |
|
|
|
@258
|
[258]
|
02/04/11 23:02:13 |
dsimcha |
Speed up matrix ops for regression. |
|
|
|
@234
|
[234]
|
12/22/10 20:35:18 |
dsimcha |
2.051 updates. This breaks all earlier versions of DMD because I dumped … |
|
|
|
@232
|
[232]
|
11/21/10 11:40:44 |
dsimcha |
One more alias this to re-enable. |
|
|
|
@231
|
[231]
|
11/20/10 17:44:02 |
dsimcha |
Misc. small fixes: Bring back alias this and remove workarounds for bugs … |
|
|
|
@230
|
[230]
|
11/16/10 20:49:02 |
dsimcha |
Misc small bugs and silliness exposed by testing on GDC. |
|
|
|
@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. |
|
|
|
@209
|
[209]
|
08/22/10 21:23:02 |
dsimcha |
Fix some style issues and a few 64 issues. |
|
|
|
@185
|
[185]
|
07/27/10 19:25:34 |
dsimcha |
Fix overflow bug in kendallCor with huge amounts of ties. |
|
|
|
@183
|
[183]
|
07/27/10 00:26:55 |
dsimcha |
Add exponential distribution (using the gamma with a shape parameter of 1 … |
|
|
|
@176
|
[176]
|
07/12/10 18:33:32 |
dsimcha |
All put methods now return this, which allows Summary structs and … |
|
|
|
@166
|
[166]
|
06/20/10 21:01:52 |
dsimcha |
Improve P-value calculation in presence of ties for Kendall Tau. |
|
|
|
@165
|
[165]
|
06/20/10 14:03:57 |
dsimcha |
Improve docs. |
|
|
|
@164
|
[164]
|
06/19/10 18:23:09 |
dsimcha |
Add AUROC, misc. 2.047-related updates. |
|
|
|
@161
|
[161]
|
05/01/10 23:27:56 |
dsimcha |
Fix corner case bug that prevented PearsonCor?.put(), Summary.put(), and … |
|
|
|
@156
|
[156]
|
03/03/10 22:53:10 |
dsimcha |
Attempt 2: Fix the %$()*# docs. |
|
|
|
@154
|
[154]
|
03/03/10 22:31:12 |
dsimcha |
More ILP optimization refinements. |
|
|
|
@153
|
[153]
|
03/03/10 19:35:40 |
dsimcha |
Improve covariance() to take advantage of ILP optimizations. |
|
|
|
@152
|
[152]
|
03/03/10 18:22:12 |
dsimcha |
More ILP optimizations. |
|
|
|
@150
|
[150]
|
03/02/10 22:43:11 |
dsimcha |
Fix broken unittest. |
|
|
|
@148
|
[148]
|
03/01/10 19:34:45 |
dsimcha |
Improve numerical stability of std. deviation, kurtosis, skewness, … |
|
|
|
@147
|
[147]
|
03/01/10 09:54:34 |
dsimcha |
Improve numerical stability of Pearson correlation. |
|
|
|
@145
|
[145]
|
02/28/10 22:49:52 |
dsimcha |
80-bit reals -> 64-bit doubles, since this results in up to 3x performance … |
|
|
|
@142
|
[142]
|
02/20/10 22:41:33 |
dsimcha |
Fix error handling and optimize small N version of Kendall Tau. |
|
|
|
@140
|
[140]
|
02/20/10 19:12:53 |
dsimcha |
Small bug fixes, optimizations. |
|
|
|
@137
|
[137]
|
02/14/10 11:53:43 |
dsimcha |
Remove all foreach_reverse, misc. small refactorings. |
|
|
|
@135
|
[135]
|
02/10/10 15:04:48 |
dsimcha |
Optimizations for sorting arrays of floats and doubles. ~30-40% speedup … |
|
|
|
@132
|
[132]
|
01/09/10 10:02:11 |
dsimcha |
Added paritial correlation, residuals. Finish renaming chiSqr to … |
|
|
|
@130
|
[130]
|
12/25/09 21:31:19 |
dsimcha |
Improve error handling and constraints. |
|
|
|
@119
|
[119]
|
11/30/09 22:47:08 |
dsimcha |
Rename correlation functions to more descriptive names. Old names are … |
|
|
|
@116
|
[116]
|
11/24/09 23:40:17 |
dsimcha |
Made all ranks use double instead of float because it's not actually … |
|
|
|
@115
|
[115]
|
11/23/09 20:40:50 |
dsimcha |
Clean up, micro-optimize Pcor. |
|
|
|
@107
|
[107]
|
11/07/09 19:56:27 |
dsimcha |
Clean up cor module a little. |
|
|
|
@104
|
[104]
|
11/05/09 22:30:14 |
dsimcha |
Refactoring. |
|
|
|
@92
|
[92]
|
10/24/09 12:29:14 |
dsimcha |
Improve comb, perm, add toNumericRange, misc small cleanups. |
|
|
|
@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. |
|
|
|
@83
|
[83]
|
07/07/09 20:52:09 |
dsimcha |
Bug fixes, 2.031 updates. |
|
|
|
@76
|
[76]
|
05/30/09 19:53:30 |
dsimcha |
Added tie correction for Kendall's tau significance test. |
|
|
|
@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 |