Skip to content

BadPhysicist/pyDOE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyDOE: The experimental design package for python

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
    1. General Full-Factorial (fullfact)
    2. 2-level Full-Factorial (ff2n)
    3. 2-level Fractional Factorial (fracfact)
    4. Plackett-Burman (pbdesign)
  • Response-Surface Designs
    1. Box-Behnken (bbdesign)
    2. Central-Composite (ccdesign)
  • Randomized Designs
    1. Latin-Hypercube (lhs)

The following are in the works (probably), so stay tuned!

  1. Split-plot designs
  2. Incomplete block designs
  3. D-Optimal designs

Requirements

  • NumPy
  • SciPy

Installation and download

See the package documentation 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:

  1. The BSD License
  2. Any other that the author approves (just ask!)

References

About

Design of experiments for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%