Design of experiments for Python
Project description
The pyDOE package is designed to help the scientist, engineer, statistician, etc., to construct appropriate experimental designs.
Capabilities
The package currently includes functions for creating designs for any number of factors:
Factorial Designs
General Full-Factorial (fullfact)
2-level Full-Factorial (ff2n)
2-level Fractional Factorial (fracfact)
Plackett-Burman (pbdesign)
Response-Surface Designs
Box-Behnken (bbdesign)
Central-Composite (ccdesign)
Randomized Designs
Latin-Hypercube (lhs)
See the package homepage for details on usage and other notes
Requirements
NumPy
SciPy
What’s New
In this release, some significant improvements and flexibility have been added to the latin-hypercube sampling function (see lhs documentation for details):
The “criterion” keyword-argument has been added to allow for more advanced sampling techniques (default simply randomizes within the sampling intervals)
centered within sampling intervals
maximize the minimum distance between points
minimize the maximum correlation coefficient
Installation and download
See the package homepage for helpful hints relating to downloading and installing pyDOE.
Source Code
The latest, bleeding-edge but working code and documentation source are available on GitHub.
Contact
Any feedback, questions, bug reports, or success stores should be sent to the author. I’d love to hear from you!
License
This package is provided under two licenses:
The BSD License
Any other that the author approves (just ask!)
References
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.