From 16a97e6354536ba76c137985aacd5a4304ec85d2 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Wed, 31 Aug 2016 06:20:10 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f7a2d2..7766f37 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ______ ###[2 sample test] * **"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. + and outputs the test results 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. @@ -33,7 +33,7 @@ ______ * **"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: three rates of the null hypothesis rejection, and details expressed with the upper + and outputs the test results: 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.