From c81269a5884901d7dcb9514e39af4ba54be44938 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 13 Sep 2016 12:02:46 +0900 Subject: [PATCH 01/16] Update subStatDist2.js --- subStatDist2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subStatDist2.js b/subStatDist2.js index ddabeee..fd3afc2 100644 --- a/subStatDist2.js +++ b/subStatDist2.js @@ -68,7 +68,7 @@ var B,tDiv,fm,fmR,lbA,ipA,lbB,ipB,lbTSm,ipTSm,lbAlpha,ipAlpha,Btn,TxtALb,txtA,br W.addEventListener('message',function(e){ var output='F-test,t-test,U-test\n',d=e.data,n=d.p.length; t=slf.document.getElementById(txtA.id); - output+=d.FtU+'\n\n'; + output+='Rejection rates:'+d.FtU+'\n\n'; for(var i=0;i Date: Tue, 13 Sep 2016 12:03:36 +0900 Subject: [PATCH 02/16] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6bb400..162e169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ #Change Log +##[3.1] - 2016-09-13 +##Changed +-[subStatDist2.js] line 71: ` output+='Rejection rates:'+d.FtU+'\n\n';` + ## [3.0] - 2016-09-12 ##Added - [subStatDist.js] line 54: ` lk2=f('a','link2'+r9,tDiv.id),lk2.innerHTML='
1-sample t-test',lk2.href='./testingFtU3.html';` From b1660d5fe1647599411430ccc9116e7acdb35afb Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 13 Sep 2016 12:09:15 +0900 Subject: [PATCH 03/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebe64dd..5d181d4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ https://github.com/YujiSODE/testingFtU ______ ##Script -###[2 sample test] +###[2 sample test: v1.0+] * testingFtU.html * statDist.js * subStatDist.js From a76f25a5b8ce9317cc15a258d5b71b94e1d02b3c Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 13 Sep 2016 12:09:25 +0900 Subject: [PATCH 04/16] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 162e169..8aa5dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ ##[3.1] - 2016-09-13 ##Changed --[subStatDist2.js] line 71: ` output+='Rejection rates:'+d.FtU+'\n\n';` +- [README.md] line 11: `###[2 sample test: v1.0+]` +- [subStatDist2.js] line 71: ` output+='Rejection rates:'+d.FtU+'\n\n';` ## [3.0] - 2016-09-12 ##Added From 8d6721a9254a6ca2aa0c17dea0ecdd5b39caf5d2 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 13 Sep 2016 12:10:58 +0900 Subject: [PATCH 05/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d181d4..e4619b6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ______ * statDist.js * subStatDist.js -###[Test with bootstrap method] +###[Test with bootstrap method: v2.0+] * testingFtU2.html * statDist2.js * subStatDist2.js From 36af903ca345ef3ccc0bddfa32076647cfeecdc0 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 13 Sep 2016 12:12:15 +0900 Subject: [PATCH 06/16] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aa5dba..6f8cd8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ##[3.1] - 2016-09-13 ##Changed +- [README.md] line 16: `###[Test with bootstrap method: v2.0+]` - [README.md] line 11: `###[2 sample test: v1.0+]` - [subStatDist2.js] line 71: ` output+='Rejection rates:'+d.FtU+'\n\n';` From 7771fe369f88ac8b5c2e75f0b74522d893c13ec9 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 13 Sep 2016 12:13:49 +0900 Subject: [PATCH 07/16] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8cd8d..8eb7dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ##[3.1] - 2016-09-13 ##Changed +- [README.md]: updated README.md - [README.md] line 16: `###[Test with bootstrap method: v2.0+]` - [README.md] line 11: `###[2 sample test: v1.0+]` - [subStatDist2.js] line 71: ` output+='Rejection rates:'+d.FtU+'\n\n';` From 118b7da0c87ad3d5a0b5a54db8a02af1cc736649 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 13 Sep 2016 12:16:37 +0900 Subject: [PATCH 08/16] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e4619b6..c409ff3 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ ______ * statDist2.js * subStatDist2.js +###[1-sample t-test: v3.0+] +* testingFtU3.html +* statDist3.js +* subStatDist3.js + ##How to use ###[2 sample test] * **"Sample A" and "Sample B":** sample inputs (available data is csv formatted numerical array). From 3c1bd31c23331ed6cefd4933bf5113fb7c602168 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 13 Sep 2016 12:34:54 +0900 Subject: [PATCH 09/16] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c409ff3..75b3575 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ ______ * **"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. +###[1-sample t-test] +* **"Resampling from"** sample input to be resampled in bootstrap method (available data is csv formatted numerical array). +* **"Given mean"** it is used as predetermined value of mean in the 1-sample t-test. +* **""** + ##Library list * statDist.js (Yuji SODE,2016): the Artistic License or the GPL v1 or later; https://github.com/YujiSODE/statDist From b2187fdcd2ed0e9a3468abfca36502630a2f6576 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 13 Sep 2016 12:36:47 +0900 Subject: [PATCH 10/16] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75b3575..4e780b1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ ______ ###[1-sample t-test] * **"Resampling from"** sample input to be resampled in bootstrap method (available data is csv formatted numerical array). * **"Given mean"** it is used as predetermined value of mean in the 1-sample t-test. -* **""** +* **"Resampling size"** sample size to be resampled in bootstrap method. +* ##Library list * statDist.js (Yuji SODE,2016): the Artistic License or the GPL v1 or later; https://github.com/YujiSODE/statDist From b10234b5b6c70d31737e5b776eae2494f89d5b0c Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 13 Sep 2016 12:40:37 +0900 Subject: [PATCH 11/16] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e780b1..f0cd91f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ ______ * **"Resampling from"** sample input to be resampled in bootstrap method (available data is csv formatted numerical array). * **"Given mean"** it is used as predetermined value of mean in the 1-sample t-test. * **"Resampling size"** sample size to be resampled in bootstrap method. -* +* **"Time of simulation"** it sets how many times resampled and tested. +* **""** ##Library list * statDist.js (Yuji SODE,2016): the Artistic License or the GPL v1 or later; https://github.com/YujiSODE/statDist From b36cbe3dce00ce97ed7e78d1fef4509376b2a259 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 13 Sep 2016 12:42:39 +0900 Subject: [PATCH 12/16] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0cd91f..b3dcb2c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ ______ * **"Given mean"** it is used as predetermined value of mean in the 1-sample t-test. * **"Resampling size"** sample size to be resampled in bootstrap method. * **"Time of simulation"** it sets how many times resampled and tested. -* **""** +* **"Significance level"** it sets a statistical significance level (0-1) in order to test if the null hypothesis (no difference) is rejected. +* ##Library list * statDist.js (Yuji SODE,2016): the Artistic License or the GPL v1 or later; https://github.com/YujiSODE/statDist From 50439eae4d37da337e7bb1b198310b62dd9c4a96 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 13 Sep 2016 12:49:17 +0900 Subject: [PATCH 13/16] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3dcb2c..d52f4d8 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,12 @@ ______ ###[1-sample t-test] * **"Resampling from"** sample input to be resampled in bootstrap method (available data is csv formatted numerical array). -* **"Given mean"** it is used as predetermined value of mean in the 1-sample t-test. +* **"Given mean";** it is used as predetermined value of mean in the 1-sample t-test. * **"Resampling size"** sample size to be resampled in bootstrap method. -* **"Time of simulation"** it sets how many times resampled and tested. -* **"Significance level"** it sets a statistical significance level (0-1) in order to test if the null hypothesis (no difference) is rejected. -* +* **"Time of simulation";** it sets how many times resampled and 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 1-sample t-test with the given resampled data, + and outputs the test results: a rate of the null hypothesis rejection, and details expressed with the upper probabilities. ##Library list * statDist.js (Yuji SODE,2016): the Artistic License or the GPL v1 or later; https://github.com/YujiSODE/statDist From 1045d376d03f7010e565f257eafbce2df403a3d1 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 13 Sep 2016 13:50:17 +0900 Subject: [PATCH 14/16] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d52f4d8..1141bf1 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,9 @@ ______ * **"Resampling size"** sample size to be resampled in bootstrap method. * **"Time of simulation";** it sets how many times resampled and 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 1-sample t-test with the given resampled data, - and outputs the test results: a rate of the null hypothesis rejection, and details expressed with the upper probabilities. +* **"Run" button;** it runs 1-sample t-test with the given resampled data, and outputs the test results: a rate 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. ##Library list * statDist.js (Yuji SODE,2016): the Artistic License or the GPL v1 or later; https://github.com/YujiSODE/statDist From 1e1f496fe037376ccfc43113c7cf2c11627f83e0 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 13 Sep 2016 13:55:29 +0900 Subject: [PATCH 15/16] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1141bf1..013c99e 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ ______ * subStatDist3.js ##How to use -###[2 sample test] +###[2 sample test: testingFtU.html] * **"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 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. -###[Test with bootstrap method] +###[Test with bootstrap method: testingFtU2.html] * **"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. @@ -41,7 +41,7 @@ ______ * **"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. -###[1-sample t-test] +###[1-sample t-test: testingFtU3.html] * **"Resampling from"** sample input to be resampled in bootstrap method (available data is csv formatted numerical array). * **"Given mean";** it is used as predetermined value of mean in the 1-sample t-test. * **"Resampling size"** sample size to be resampled in bootstrap method. From ebd8836587e7e6a20a979afe40b8ab88e3a2ef3e Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Tue, 13 Sep 2016 13:55:57 +0900 Subject: [PATCH 16/16] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb7dc8..7ab7de3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ##[3.1] - 2016-09-13 ##Changed +- [README.md] line 44: `###[1-sample t-test: testingFtU3.html]` +- [README.md] line 34: `###[Test with bootstrap method: testingFtU2.html]` +- [README.md] line 27: `###[2 sample test: testingFtU.html]` - [README.md]: updated README.md - [README.md] line 16: `###[Test with bootstrap method: v2.0+]` - [README.md] line 11: `###[2 sample test: v1.0+]`