rob5ives

Results 1 issues of rob5ives

The correlation coefficient in _lhscorrelate is calculated as: `R = np.corrcoef(Hcandidate)` According to NumPy documentation, this function expects each row to be a variable; however, lhs treats the columns as...