Spearman's rank correlation. This implementation performs a rank transformation on the input data and then computes {@link PearsonsCorrelation}on the ranked data.
By default, ranks are computed using {@link NaturalRanking} with defaultstrategies for handling NaNs and ties in the data (NaNs maximal, ties averaged). The ranking algorithm can be set using a constructor argument.
@since 2.0
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.