Skip to content

blongho/libAnova

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libAnova

ANOVA library for C++

ANOVA, ANAlysis Of VAriance, the method of analysing the significance of contribution of factors.

screenshot

Usage

For contributing

  1. Fork this repository
  2. Do whatever change you want
  3. Submit a pull request

For running the program as-is

If you have Cmake installed on your local computer, this should be straight forward. If not, please install it.

Windows users are encouraged to use GitBash for Windows for any of the commands mensioned below

  1. Clone this repository or download as zip file.
  2. Change directory to anova $ cd anova
  3. Make a directory called buildand move into it $ mkdir build && cd build
  4. Run the cmake command to build. If no build type is specified, Cmake will choose the build system for the platform (linux, mac or Windows). $ cmake ..

NB Steps 2 - 4 can be achieved by running ./run.sh file in root repo.

  • If using Windows, a Visual Studio project will be created inside build directory. Open `build/anovacpp.sln
  • For unix systems, you need to run $ make to create an executable inside the build directory build/anovacpp

Video instructions are found in instructions folder

Please see the example code.

#Info

Users are encouraged to cite the following paper that initiates this project:

Rao et al (2013). Scheduling a single vehicle in the just-in-time part supply for a mixed-model assembly line. Computers & Operations Research, 40(11), 2599-2610

About

ANOVA library for C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.5%
  • Makefile 25.3%
  • MATLAB 1.9%
  • Other 1.3%