We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f901dfe commit a141029Copy full SHA for a141029
megamek/src/megamek/codeUtilities/MathUtility.java
@@ -157,7 +157,7 @@ public static int getGaussianAverage(List<Integer> values) {
157
/**
158
* Calculates a Gaussian-weighted average from a list of integer values.
159
*
160
- * <p>This method computes a “soft” average that down-weights statistical outliers using a Gaussian
+ * <p>This method computes a "soft" average that down-weights statistical outliers using a Gaussian
161
* (normal-distribution) weighting function. This is useful when a handful of extreme values should not influence
162
* the final result as strongly as values clustered near the center of the distribution.</p>
163
0 commit comments