Hello,
I found a little error in the code for the WeightedVariance in Tools.cs :
Line 1571 : return WeightedVariance(matrix, Mean(matrix), weights);
Line 1583 : public static double[] WeightedVariance(this double[][] matrix,
double[] weights, double[] means)
As you can see, the means and weights parameters are inverted on line 1571.
Original issue reported on code.google.com by mic.bes...@gmail.com on 29 Dec 2013 at 11:24
Original issue reported on code.google.com by
mic.bes...@gmail.com
on 29 Dec 2013 at 11:24