ANOVA library for C++
ANOVA, ANAlysis Of VAriance, the method of analysing the significance of contribution of factors.
- Fork this repository
- Do whatever change you want
- Submit a pull request
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
- Clone this repository or download as zip file.
- Change directory to anova
$ cd anova
- Make a directory called
build
and move into it$ mkdir build && cd build
- 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