Java org.apache.commons.math3.stat.correlation KendallsCorrelation fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.stat.correlation KendallsCorrelation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.stat.correlation KendallsCorrelation.

The text is from its open source code.

Subclass

org.apache.commons.math3.stat.correlation.KendallsCorrelation has subclasses.
Click this link to see all its subclasses.

Constructor

KendallsCorrelation()
Create a KendallsCorrelation instance without data.

Method

doublecorrelation(final double[] xArray, final double[] yArray)
Computes the Kendall's Tau rank correlation coefficient between the two arrays.
RealMatrixgetCorrelationMatrix()
Returns the correlation matrix.