Returns the result of evaluating the statistic over the input array, using the supplied weights.
@param values input array
@param weights array of weights
@return the value of the weighted statistic applied to the input array
@throws MathIllegalArgumentException if either array is null, lengthsdo not match, weights contain NaN, negative or infinite values, or weights does not include at least on positive value
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.