Is My Data Significant?
About this project
About this project: This uses a chi-squared distribution
and SciPy to calculate the probability
that the data is significant. It uses (number of rows - 1) degrees of freedom.
Source files:
- stats.cgi - the Python script that does the cgi-squared calculation using SciPy.
- stats.js - the JavaScript file that manages the adding/removing of rows, sends the data to stats.cgi and prints the results.
- json.py - Python library for reading and writing JSON
- jquery.min.js - the jQuery JavaScript library.
Greg's home page