Skip to content
/ doe Public
forked from pawanaichra/doe

Design of Experiments and Analysis

License

Notifications You must be signed in to change notification settings

dancaires/doe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • 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
  • Export in excel file

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Design of Experiments and Analysis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%