STAT HUB is a Java application developed as part of the Object Oriented Concepts I Lab (Course Code: SE 1214) at Noakhali Science and Technology University. It provides various statistical tools and tests to analyze data sets.
- Descriptive Statistics
- Hypothesis Testing
- ANOVA (Analysis of Variance)
- Chi-Square Test
- Regression Analysis
-
Clone the repository to your local machine.
git clone https://github.com/10Maruf/STAT-HUB.git cd STAT-HUB javac *.java
-
Navigate to the project directory.
-
Compile the Java files.
- Run the application by executing the main class
Main.java:java Main
- Follow the on-screen instructions to choose the desired statistical tool or test, and input the necessary data when prompted.
STAT HUB was created by:
- Mofassel Alam Maruf ( IIT,NSTU)
Institute: Institute of Information Technology
Program: Bsc. in Software Engineering
Institution: Noakhali Science and Technology University
This is version 2.0 of STAT HUB.
This project is licensed under the MIT License.
