Uses of Class
org.apache.commons.math4.legacy.stat.correlation.PearsonsCorrelation
-
Packages that use PearsonsCorrelation Package Description org.apache.commons.math4.legacy.stat.correlation Correlations/Covariance computations. -
-
Uses of PearsonsCorrelation in org.apache.commons.math4.legacy.stat.correlation
Methods in org.apache.commons.math4.legacy.stat.correlation that return PearsonsCorrelation Modifier and Type Method Description PearsonsCorrelation
SpearmansCorrelation. getRankCorrelation()
Returns aPearsonsCorrelation
instance constructed from the ranked input data.
-