Selva163 / augustus

Automatically exported from code.google.com/p/augustus
0 stars 0 forks source link

Calculation of mean should correctly incorporate value of 0. #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have n values: x1, x2, ... , xn 
2. where n0 values are zero

What is the expected output? What do you see instead?

should be calculated as Sum(xi)/n instead of Sum(xi)/(n-n0) as is currently 
done.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by collinbe...@gmail.com on 2 Oct 2009 at 9:50

GoogleCodeExporter commented 8 years ago
I think this has been fixed, can we retest?

Original comment by collinbe...@gmail.com on 29 Aug 2010 at 4:11

GoogleCodeExporter commented 8 years ago
Re-categorizing issues to belong to the 0.4.x version of Augustus.

Original comment by collinbe...@gmail.com on 30 Oct 2011 at 3:59

GoogleCodeExporter commented 8 years ago
Marking all 0.4 bugs as low.

Original comment by collinbe...@gmail.com on 13 Apr 2012 at 5:54