A simple library for design of experiments and analysis in Python
Project description
# Design of Experiments and Analysis This python library gives you the power to do analysis of experiments easily and quickly.
## Getting Started ### Prerequisites ` Python 3.7 ` ### Installing ` pip install doe ` ### How to use ` >>> import doe >>> model = doe.crd("data.csv") >>> model.print() ` And you are done.
- ## TO-DO
[x] Completely Randomized Design
[ ] Randomized Complete Block Design
[ ] Randomized Complete Block Design with missing values
[ ] Latin Square Design
[ ] Graeco-Latin Square Design
[ ] Balanced Incomplete Block Design
[ ] Factorial Designs
[ ] Tests
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file doe-0.1.2.tar.gz.
File metadata
- Download URL: doe-0.1.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1rc2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0dcfd11f0d23478f0abff842034a1f69b17ddae84f230e572a8cdb6058cfc350
|
|
| MD5 |
d4a27a916898ac2639c4455204f24311
|
|
| BLAKE2b-256 |
956d889fc5c20048292a756153ded3d454b64bbf366d4bcbc287715d43fea05c
|