forked from tisimst/pyDOE
-
Notifications
You must be signed in to change notification settings - Fork 0
hsharrison/pyDOE
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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* #. **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* What's New ========== In this release, the Plackett-Burman constructor has been simplified to require only the number of factors: ``pbdesign(n)``. The design is now able to grow as large as necessary to accomodate any number of factors. Also, the factorial designs (``ff2n``, ``fracfact``, and ``pbdesign``) have all been standardized (except for ``fullfact``, which needs the flexibility) to have coded levels -1 and 1 for the low and high levels. Requirements ============ - NumPy - SciPy 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 <https://github.com/tisimst/pyDOE/tree/master/pyDOE>`_ and `documentation source <https://github.com/tisimst/pyDOE/tree/master/doc/>`_ are available `on GitHub <https://github.com/tisimst/pyDOE/>`_. 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 ========== - `Factorial designs`_ - `Plackett-Burman designs`_ - `Box-Behnken designs`_ - `Central composite designs`_ - `Latin-Hypercube designs`_ .. _author: mailto:tisimst@gmail.com .. _Factorial designs: http://en.wikipedia.org/wiki/Factorial_experiment .. _Box-Behnken designs: http://en.wikipedia.org/wiki/Box-Behnken_design .. _Central composite designs: http://en.wikipedia.org/wiki/Central_composite_design .. _Plackett-Burman designs: http://en.wikipedia.org/wiki/Plackett-Burman_design .. _Latin-Hypercube designs: http://en.wikipedia.org/wiki/Latin_hypercube_sampling .. _package homepage: http://pythonhosted.org/pyDOE .. _lhs documentation: http://pythonhosted.org/pyDOE/randomized.html#latin-hypercube
About
Design of experiments for Python
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 55.1%
- Python 23.6%
- CSS 21.3%