added missing @since
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073276 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
69c5ddb534
commit
34616efd4c
|
@ -636,6 +636,7 @@ public final class StatUtils {
|
|||
*
|
||||
* @param sample sample to normalize
|
||||
* @return normalized (standardized) sample
|
||||
* @since 2.2
|
||||
*/
|
||||
public static double[] normalize(final double[] sample) {
|
||||
DescriptiveStatistics stats = new DescriptiveStatistics();
|
||||
|
|
Loading…
Reference in New Issue