dexpy is a Python package for Design of Experiments.
dexpy can be installed using pip, which will install the dependencies
automatically. Windows users should see the note below.
pip install dexpy
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
See https://statease.github.io/dexpy.
dexpy is licensed under the Apache 2.0 license. Details can be found in the LICENSE file.