Skip to main content

Taguchi Method

Project description

This library is used to find best level of control factors using taguchi method. Two things you need to use this library. First you have to select which array you want to use. I have given my github link. There you wil see different orthogonal arrays csv file. You have to select your choise load this csv file into pandas dataframe. second thing you need is your experimental results which you get from experiments by conducting them according to your selected array. (For reference I have given “result.csv” file of “thickness of aluminium layer on silicon wafers” in github link.This result get from experiments conducted according to L16 (2^15) array) Then you have to load this csv file as pandas dataframe.

for example, your selected array csv file name is “L16 (2^15).csv” and results csv file is “result.csv”|| number of levels in your array used are “2”|| column number corresponding to your control factor is “1”|| then your code will be || from taguchimethod import getresults_levelwise || data=pd.read_csv(“L16 (2^15).csv”) || results=pd.read_csv(“result.csv”) || getresults_levelwise(data,1,2,results)|| we wil get results levelwise|| if output is [0.866 1.26] then it means if you use level “1” for your selected control factor then you will get result 0.866 and for level “2” yuo will get 1.26|| github_link=https://github.com/akashsathe || medium link=https://medium.com/@akashsathe79 || I am going to publish a article about this method on medium.

Change Log

0.0.2 (21/08/2020)

  • First Release

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

taguchimethod-0.0.1.0.tar.gz (2.9 kB view details)

Uploaded Source

File details

Details for the file taguchimethod-0.0.1.0.tar.gz.

File metadata

  • Download URL: taguchimethod-0.0.1.0.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1.post20200622 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

File hashes

Hashes for taguchimethod-0.0.1.0.tar.gz
Algorithm Hash digest
SHA256 7860eed1a59dc6df0d0a9277444d9bc06cd46622d03d03f181430406048198cf
MD5 0d1793ab222a05d9021adfe4afd0d788
BLAKE2b-256 4339ec34fd16c058fcf9d1c907b8b42815f7e7ff1e83a51b8c3f083bb004b20b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page