Uses of Class
org.apache.commons.math3.stat.correlation.PearsonsCorrelation
Packages that use PearsonsCorrelation
-
Uses of PearsonsCorrelation in org.apache.commons.math3.stat.correlation
Fields in org.apache.commons.math3.stat.correlation declared as PearsonsCorrelationModifier and TypeFieldDescriptionprivate final PearsonsCorrelation
SpearmansCorrelation.rankCorrelation
Rank correlationMethods in org.apache.commons.math3.stat.correlation that return PearsonsCorrelationModifier and TypeMethodDescriptionSpearmansCorrelation.getRankCorrelation()
Returns aPearsonsCorrelation
instance constructed from the ranked input data.