Skip to content

analysis of variance (ANoVA) calculator, uni project for computer systems' performance

Notifications You must be signed in to change notification settings

komadiina/anova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANOVA - Variance Analysis

A university project that implements the Analysis of Variance (ANOVA), a statistical method used to analyze the differences among group means in a sample.

Project Structure

The project follows a standard Maven project structure. The main code is located under src/main/java/org/unibl/etf/prs/.

The main classes are:

  • Main: The entry point of the application.
  • Anova: The class that implements the ANOVA component.

Building the Project

This is a Maven project, and it can be built by running the following command in the project root directory:

mvn clean install

Running the Project

After building the project, you can run it with the following command:

java -cp target/anova-1.0-SNAPSHOT.jar org.unibl.etf.prs.Main

Dependencies

The project uses the following dependencies:

  • JUnit 3.8.1 for testing.
  • Lombok 1.18.32 to reduce boilerplate code.
  • JDistLib 0.4.5 for statistical distributions.

About

analysis of variance (ANoVA) calculator, uni project for computer systems' performance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages