On 11/8/13 1:27 PM, Phil Steitz wrote:
> On 11/8/13 4:35 AM, Matt Adereth wrote:
>> While writing the test cases for KendallsCorrelation, I discovered an
>> interesting behavior with SpearmansCorrelation that might be considered an
>> inconsistency. SpearmansCorrelation.correlate() throws
>> MathI
On 11/8/13 4:35 AM, Matt Adereth wrote:
> While writing the test cases for KendallsCorrelation, I discovered an
> interesting behavior with SpearmansCorrelation that might be considered an
> inconsistency. SpearmansCorrelation.correlate() throws
> MathIllegalArgumentException if the array length i
On Fri, 8 Nov 2013 07:35:01 -0500, Matt Adereth wrote:
While writing the test cases for KendallsCorrelation, I discovered an
interesting behavior with SpearmansCorrelation that might be
considered an
inconsistency. SpearmansCorrelation.correlate() throws
MathIllegalArgumentException if the arr
While writing the test cases for KendallsCorrelation, I discovered an
interesting behavior with SpearmansCorrelation that might be considered an
inconsistency. SpearmansCorrelation.correlate() throws
MathIllegalArgumentException if the array length is less than 2, but
returns Double.NaN if the arr