A Python Package for intuitive design of experiments with user-friendly analysis of results
Project description
design-of-experiments
A Python Package for Design of Experiments
Motivation
I worked with a research team investigating how Design of Experiments could be applied to Synthetic Biology over the summer of 2020, as part of this I made a general software review and was a little dissapointed at the sparsity of python packages for designing experiments, and what packages were available I found to be considerably inferior to the comercial DOE software like JMP, MODDE, or Minitab. So, I have created this python package to offer an open-source package for the Design of Experiments!
Example
>>>import design
>>>Factors = {'Height':[1.6,2],'Width':[0.2,0.4],'Depth':[0.2,0.3],'Temp':[10,20],'Pressure':[100,200]}
>>>design.Factorial.frac_fact_2level(Factors,10)
Height Width Depth Temp Pressure
0 1.6 0.2 0.2 20 200
1 1.6 0.2 0.3 20 100
2 1.6 0.4 0.2 10 200
3 1.6 0.4 0.3 10 100
4 2.0 0.2 0.2 10 100
5 2.0 0.2 0.3 10 200
6 2.0 0.4 0.2 20 100
7 2.0 0.4 0.3 20 200
Installation
pip install designofexperiment
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file designofexperiment-1.6.2.tar.gz.
File metadata
- Download URL: designofexperiment-1.6.2.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
390dd5285e04abde8b117aea6be7aeeb0e91c87546c3ca2a6693e80efa8854f1
|
|
| MD5 |
5447f21f1102b507f88c2d4aa9769ca2
|
|
| BLAKE2b-256 |
cb50afcfeb00c9357abbf51098e9e5fc5989f14a49dae2f2c54d2c2eeed6a1f8
|
File details
Details for the file designofexperiment-1.6.2-py3-none-any.whl.
File metadata
- Download URL: designofexperiment-1.6.2-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dbe78d6d05c92b502e707b8e500c1b53d0ac0bb91c304a6cc6541d7da83355f
|
|
| MD5 |
1b60097b578df44cf272ab4b52ab02bd
|
|
| BLAKE2b-256 |
9230c0310f91864c279efcaf325892588be8665ed8ed7ddd152e578627c3129c
|