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 39608ae commit 846efed
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ ______

##How to use
###[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),
* **"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 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.
* **"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
* **"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,
* **"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: three rates of the null hypothesis rejection, and details expressed with 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.
* **"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 846efed

Please sign in to comment.