dexpy

dexpy: Design of Experiments (DOE) for Python.


License
Apache-2.0
Install
pip install dexpy==0.12

Documentation

dexpy

CircleCI codecov Codacy Badge Code Health

dexpy is a Python package for Design of Experiments.

Installation

dexpy can be installed using pip, which will install the dependencies automatically. Windows users should see the note below.

pip install dexpy

Dependencies on Windows

dexpy uses numpy and scipy, which can be difficult to build on Windows via pip. You may consider to using Anaconda or Miniconda to install prebuilt numpy/scipy binaries. This can be done by creating an environment containing these packages.

conda create --name dexpy_env numpy scipy pandas patsy
activate dexpy_env
pip install dexpy

Documentation

See https://statease.github.io/dexpy.

License

dexpy is licensed under the Apache 2.0 license. Details can be found in the LICENSE file.