Commit Graph

14 Commits

Author SHA1 Message Date
b16a28f577 Restructured the project directory: Moved the sources into a subdirectory. Added build.xml, LICENSE, VERSION for distribution. 2016-09-09 23:21:50 +08:00
342135d728 Renamed the project from Stats to StatTool. 2016-09-09 15:06:01 +08:00
a3975c9267 Sets the start of the X and Y axis in the X-Y charts to 0. 2016-09-09 10:27:16 +08:00
bb2945ba81 Added charts to correlation and paired T-test. 2016-09-09 00:23:11 +08:00
02cb21fa44 Removed old test subroutines. 2016-09-08 22:05:08 +08:00
c81698e63a Fixed styles (added a space after MsgBox and the following open parenthesis.) 2016-09-08 21:25:11 +08:00
38f767c386 Prepended APLv2 license to the source. Renamed 9Tools.vb to 9Utils.vb. Added "DialogLibraries.loadLibrary" to load the dialogs first. 2016-09-08 17:09:02 +08:00
3ddf7f2d42 Renamed the modules for extension publishing. Changed to use dialogs instead of code-created dialogs for localized UI. 2016-09-08 16:23:24 +08:00
4816c5250d Adds the UI/dialogs to ask the data source from the user. 2016-09-07 17:21:15 +08:00
baa4275099 Changed to find the statistics test document instead of using ThisComponent. 2016-09-06 21:19:35 +08:00
e2e4dafeba Revert the test range. 2016-09-06 15:04:37 +08:00
368f9a1263 Changed the total proporation to the sum of each proportaion instead of dividing itself. 2016-09-06 15:02:17 +08:00
897a4a11ae Added the Chi-square goodness of fit report. 2016-09-06 14:34:13 +08:00
66aaf665cb Initial commit, with Pearson's correlation coefficient, paired samples T-test, independent samples T-Test and ANOVA. 2016-09-05 16:05:19 +08:00