Skip to content

Commit a141029

Browse files
committed
Fix: Fixed Failing JavaDoc in 'getGaussianAverage'
1 parent f901dfe commit a141029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

megamek/src/megamek/codeUtilities/MathUtility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public static int getGaussianAverage(List<Integer> values) {
157157
/**
158158
* Calculates a Gaussian-weighted average from a list of integer values.
159159
*
160-
* <p>This method computes a soft average that down-weights statistical outliers using a Gaussian
160+
* <p>This method computes a "soft" average that down-weights statistical outliers using a Gaussian
161161
* (normal-distribution) weighting function. This is useful when a handful of extreme values should not influence
162162
* the final result as strongly as values clustered near the center of the distribution.</p>
163163
*

0 commit comments

Comments
 (0)