sbrt.kernel.math.stat.comp
Interface CorrResult

All Known Implementing Classes:
RCorrelator.Result, TauResult

public interface CorrResult

This interface is used to represent objects that store the results of a correlation computation.

Author:
This class was written and documented by Jeremiah Wright while in the Wagner lab.

Method Summary
 double getCoeff()
          Returns the computed correlation coefficient.
 

Method Detail

getCoeff

double getCoeff()
Returns the computed correlation coefficient.

Returns:
the computed correlation coefficient.