pyDOE
pyDOE copied to clipboard
Design of experiments for Python
Use scipy.spatial.distance.pdist instead of double for loop to speed up the distance computation
Removes warning in new versions of numpy which warn against using 'float' as 'int' as index. `doe_repeat_center.py:43: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an...
Hi! I added two more tools to deal with fractional designs: fracfact_opt => scans several generator strings until it finds the one with less aliasing fracfact_aliasing => lists all aliases...
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...
@tisimst Thank you for an extremely useful library. I am creating a conda recipe to build it for conda-forge: https://github.com/conda-forge Would you consider adding tag for the newest version on...
I think using Patsy would be nice: http://patsy.readthedocs.org/
I am using full fact. This was working fine until this morning. I got: ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/scipy/special/_ufuncs.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace (_npy_asinh) I believe that this is an...