• Stars
    star
    1
  • Language
    C++
  • License
    MIT License
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This code calculates various statistical measures such as mean, median, range, variance, standard deviation, quartiles, inter-quartile range, and outliers for either a population or a sample data. The user inputs the type of data and the elements and the code outputs the results in a neat and organized manner.