pyDOE
pyDOE copied to clipboard
Line 190 of doe_lhs.py
I think maybe you should transpose the matrix (2D array) of Hcandidate (Hcandidate.T) in order to get the correct correlation matrix? The numpy documents states each row is associated with the samples of one variable (which is different from MATLAB). Thanks!