pyDOE icon indicating copy to clipboard operation
pyDOE copied to clipboard

Design of experiments for Python

Results 27 pyDOE issues
Sort by recently updated
recently updated
newest added

(doe) LC25423:Envs corti938$ ipython Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 12:04:33) Type 'copyright', 'credits' or 'license' for more information IPython 7.1.1 -- An enhanced Interactive Python. Type '?'...

bbdesing is not working on Python 3.8.5 This is the error if I try to run the example in the docstring ``` ----> 1 doe.bbdesign(3) ~/virtual_enviroments/hamopt/lib/python3.8/site-packages/pyDOE/doe_box_behnken.py in bbdesign(n, center) 64...

Changed euclidean distance method calculation to the in-built one in scipy to improve performance significantly for use cases where there are more than 1000 points that need to be sampled....

I work on a team that would like to use the Latin Hypercube from `PyDOE`. But I note there is no unit testing on this project. If I were to...

Hi, I am playing with the latin hypercube samper and was wondering if there is a way to set the random seed somewhere. Thanks, Holger

the last version did not split gen string properly

when I try n=60 I do get a return array but for 61 or 64 I get an error as if that isnt a 4-fold... while it works for n=17...

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...

make html in doc pyDOE2/doc/conf.py", line 59, in release = pyDOE2.__version__ AttributeError: module 'pyDOE2' has no attribute '__version__'