root/trunk/all.d

Revision 217, 416 bytes (checked in by dsimcha, 2 years ago)

Add some basic support for PCA. It's still VERY experimental.

Line 
1 /**Convenience module that simply publicly imports everything else.*/
2 /*
3  * License:
4  * If you think this module is even copyrightable, you have issues.
5  */
6
7 module dstats.all;
8
9 public import dstats.alloc, dstats.sort, dstats.base, dstats.cor,
10               dstats.distrib, dstats.infotheory, dstats.random,
11               dstats.summary, dstats.tests, dstats.regress, dstats.kerneldensity,
12               dstats.pca;
Note: See TracBrowser for help on using the browser.