Skip to content

Rajesh-VPai/DOEOFATAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

DOEOFATAnalyzer

DOE OFATAnalyzer is a simple One-Factor-At-A-Time (OFAT) Analysing software. It takes the DOE Matrix and the Level Mapping File as inputs and creates the ExtractStrengthMode data structure. This data structure is arranged columnwise (Factorwise) versus the Levels of each Factor. It then computes the mean, variance and Signal to noise ratios and displays it for each Output Variable being studied in the DOE Matrix(Result Number).

Packages

DOEOFATAnalyzer is divided into 2 packages: 1) DOEOFATAnalyzer 2) Java Calculus (JSD)

RUNNING THE PROGRAMS

Using Netbeans 8.2, 1) Open DOEOFATAnalyzer.java. 2) Right Click 3) Select Run File