Commit Graph

12 Commits

Author SHA1 Message Date
Jonathan J Lawlor
f757c287d4 change benchmark constant names to lowercase
Changed SMALL, MEDIUM, LARGE, and HUGE to small, medum, large, and
huge, respectively.
2014-12-21 19:07:01 -05:00
Jonathan J Lawlor
7aa58b6a94 remove unused benchmark functions 2014-12-21 18:57:00 -05:00
Jonathan J Lawlor
bce5c81adc update doc, add test for mat64.Vec 2014-12-02 21:08:47 -05:00
Jonathan J Lawlor
0d3fcca1eb change mat64.Vec to []float64 2014-12-02 20:47:56 -05:00
Jonathan J Lawlor
86e8ba26e0 change covariance matrix to accept weight vector
mat64.Matrix would accept matrixes with more than one column.
Enforcing size by using a Vec makes more sense.
2014-11-29 14:49:28 -05:00
Jonathan J Lawlor
3d936bfda0 add tests for covariancematrix panic 2014-11-22 16:36:18 -05:00
Jonathan J Lawlor
e5b54c7f4c implement tests for in place and weighted covariance 2014-11-18 19:23:37 -05:00
Jonathan J Lawlor
cbcfcd0f7d remove tests for non-blas code path 2014-11-17 23:57:36 -05:00
Jonathan J Lawlor
132baec6d9 implement tests for when there is no BLAS 2014-11-17 22:24:01 -05:00
Jonathan J Lawlor
27e74b895e only perform shorter benchmarks 2014-11-15 15:14:40 -05:00
Jonathan J Lawlor
90ad2f48c7 add benchmarks 2014-11-15 14:16:30 -05:00
Jonathan J Lawlor
63a1bac14c Initial work on covariancematrix 2014-11-15 00:49:46 -05:00