Removed a comment.
This commit is contained in:
parent
fb4d81fe67
commit
a1b8f22383
@ -337,7 +337,6 @@ public class MMMCalc {
|
||||
}
|
||||
|
||||
private static void calcVariance() {
|
||||
// NOTE: I'm doing it this way so I don't have to convert the variables to doubles and lose precision.
|
||||
variance = stdDev * stdDev;
|
||||
|
||||
System.out.println("Variance: " + variance);
|
||||
|
Loading…
Reference in New Issue
Block a user