tisimst / pyDOE

Design of experiments for Python
BSD 3-Clause "New" or "Revised" License
263 stars 114 forks source link

Line 190 of doe_lhs.py #7

Open cedavidyang opened 7 years ago

cedavidyang commented 7 years ago

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!