Skip to content

LimbaniC/ie1-basic-stats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Statistics

This is an example edit I am making !!!

Further edits!!!

Basic Statistics is a Java-based implementation for computing statistics on a set of numbers. This implementation is intended to be used in software engineering courses as a subject software system.

Basic Statistics uses the Apache Ant build system. Make sure that you have Ant installed.

How to build Basic Statistics and run its tests from the terminal:

  1. cd into the Basic Statistics root directory, which contains the build.xml build file.

  2. Run ant to compile Basic Statistics.

  3. The compiled Basic Statistics class files will be in the bin directory.

  4. Run ant test to run all Basic Statistics unit tests.

How to run Basic Statistics from the terminal:

How to run Basic Statistics (from the terminal):

  1. After building the project (i.e., running ant), cd into the bin directory and run: java BasicStats. The application's GUI will show up.

Program features:

  • Displays a set of entered numbers.
  • Computes the mean of the set of numbers.
  • Computes the median of the set of numbers.
  • Computes the mode of the set of numbers.

About

Toy implementation for CS520/620

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%