https://github.com/ignabelitzky/statistic-calculator
Performs simple statistical operations on a set of input data.
https://github.com/ignabelitzky/statistic-calculator
application calculator probability statistic
Last synced: 3 months ago
JSON representation
Performs simple statistical operations on a set of input data.
- Host: GitHub
- URL: https://github.com/ignabelitzky/statistic-calculator
- Owner: ignabelitzky
- License: gpl-3.0
- Created: 2021-08-21T13:11:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T18:55:36.000Z (over 3 years ago)
- Last Synced: 2025-01-09T08:27:31.692Z (4 months ago)
- Topics: application, calculator, probability, statistic
- Language: C++
- Homepage:
- Size: 731 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Statistic Calculator
Statistic calculator.
Performs the following operations:
* Arithmetic Mean
* Median
* Minimum
* Maximum
* Variance
* Standard Deviation (n-1)
* Lower Quartile
* Upper Quartile## Getting Started
To compile the Statistic Calculator you should open the CMakeList.txt file with QT Creator and now you can build the app and run on your Linux machine.### Input/Output of the data/calculations
* The data can be entered manually or via a space-separated numbers file.
* The calculations are very easy to show, just select what you want to see and press "Display selected data".
* The data can be showed just clicking on the "Show Graphic" button.### Screenshot and videoclip
Here is a [clip of the program](https://youtu.be/ogZXb6MJNU0)
### Contributing
This software is far from being completed so pull requests are welcome.### License
[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.html)### TO-DO
- The posibility of see all the data and do modifications.### Known issues
- It is not a modular code.
- The load of data it's not perfect (i.e it does not check if you type letters or if the format of the input file is correct).