Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rewinfrey/staton
- Owner: rewinfrey
- License: other
- Created: 2012-02-06T20:27:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-14T06:39:11.000Z (over 12 years ago)
- Last Synced: 2024-04-15T14:01:51.134Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 6.91 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
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