Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YujiSODE authored Aug 30, 2016
1 parent aad3732 commit ab5b440
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,20 @@ ______
###[2 sample test]
* The "Sample A" and "Sample B": sample inputs (available data is csv formatted numerical array).
* "Run" button; it runs three statistical tests(F-test, t-test, and U-test) with two given sample(Sample A and Sample B),
and outputs the test result.
and outputs the test result as the upper probabilities.
* "Clear" button; it clears the test results by "Run" button.
* "Output as email" button; it saves the test results by "Run" button as email to given address.

###[Test with bootstrap method]
* "Sample": sample input (available data is csv formatted numerical array).
* "Resampling from": sample input to be resampled in bootstrap method (available data is csv formatted numerical array).
* "Time of simulation"; it sets how many times the sample and resampled data are tested.
*
* "Significance level"; it sets a statistical significance level (0-1) in order to test if
the null hypothesis (no difference) is rejected.
* "Run" button; it runs three statistical tests(F-test, t-test, and U-test) with the given sample and resampled data,
and outputs the test result: and detailed the upper probabilities.
* "Clear" button; it clears the test results by "Run" button.
* "Output as email" button; it saves the test results by "Run" button as email to given address.

##Library list
* statDist.js (Yuji SODE,2016): the Artistic License or the GPL v1 or later; https://github.com/YujiSODE/statDist
Expand Down

0 comments on commit ab5b440

Please sign in to comment.