Git Product home page Git Product logo

pytaguchi's Introduction

pyTaguchi

Taguchi designs made easy. More infos about: Engineering Statistics Handbook

Changelog

v.0.4

  • Fixed packaging

v.0.3

  • Added L12 Taguchi design.

v.0.2

  • Added function to randomize runs

v.0.1

  • Initial Release
  • Added L4, L9, L16b and L8 Taguchi designs.

Installation

pyTaguchi has been built on Python 3.9.2

To install this package simply run

pip install pyTaguchi

Use

  1. Import in your project
import pyTaguchi
  1. Define your variables
var1 = {
  "name": "Variable n.1",
  "values": [30, 35, 40]
}   

var2 = {
  "name": "Variable n.2",
  "values": [20, 30, 40]
}  

var3 = {
  "name": "Variable n.3",
  "values": [10, 27, 50]
}  

var4 = {
  "name": "Variable n.4",
  "values": [0.2, 0.5, 0.7]
} 
  1. Create object and add variables
tg = Taguchi()
tg.add(var1)
tg.add(var2)
tg.add(var3)
tg.add(var4)
  1. Run and get plotted matrix
tg.run()

... or if you want to randomize the runs:

tg.run(randomize=True)
  1. Expected output

License

MIT

pytaguchi's People

Contributors

rbngpp avatar

Stargazers

 avatar Achmad Syahrul Hanafi avatar Victor HAYOT avatar Muthu Annamalai (முத்து அண்ணாமலை) avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.