Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rewinfrey/staton

Personal project for engineering probability and statistics class. Functions as a dynamic calculator to calculate variance, standard deviation, quartiles, etc.
https://github.com/rewinfrey/staton

Last synced: about 1 month ago
JSON representation

Personal project for engineering probability and statistics class. Functions as a dynamic calculator to calculate variance, standard deviation, quartiles, etc.

Awesome Lists containing this project

README

        

#Stat:on
A simple and easy to use calculator designed for the problem sets of WSU's IME254 (engineering probability and stats).

#Use
To use this repo, you will need a local web server running on your machine. Simply place the Stat:on directory in your web server's root directory. Currently there is no database associated with Stat:on.

#Credits
* This repo is built using CodeIgniter's PHP MVC framework.
* Styling / Menu dressed by BootStrap
* Background image provided by SubtlePatterns

#Known bugs:
First column of the results table is positioned absolutely to prevent the "Z-Value" sidebar from skewing the input fields. However, when an information arrow is clicked and the relevant information appears, the result table's height does not adjust. The fix is to dynamically set the height of the result table when an information button is clicked to account for the additional height of the information div, but I haven't had the time to implement this.

#Future features:


  • Store example problems in a database.

  • Give the user a select list to view example problems.

  • Animate a step-by-step explanation of how a particular problem is solved.

  • Add graph functionality

  • Add a simple probability calculatar

  • Continue to add to the existing functionality as the class continues and the complexity of problem sets increases.

#License:
MIT