Skip to content

lll9p/dexpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Design of Experiments in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.7%
  • Shell 2.3%