From f0e3f32e355c8188e56f0cdd5e1ea19f02bcdc82 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Thu, 10 Nov 2016 22:18:31 +0900 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e87d187..df96590 100644 --- a/README.md +++ b/README.md @@ -120,3 +120,7 @@ _p_-value was estimated as probability on v-axis: _P_(`x`) = _P_(_v_ >= `x`). ______ ##Reference * Efron, B. 1979. Bootstrap Methods: Another Look at the Jackknife. Ann. Statist. vol. 7, no. 1, p. 1-26. + + +##\[1.2+\] Library list +* bootstrapEst-2.1/bootstrapMdl.js (Yuji SODE,2016): the MIT License; https://github.com/YujiSODE/bootstrapEst From b05d31e5286c084f58d6d248b6dd9866ba55b21b Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Thu, 10 Nov 2016 22:19:10 +0900 Subject: [PATCH 2/5] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index df96590..626892b 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,5 @@ ______ ##Reference * Efron, B. 1979. Bootstrap Methods: Another Look at the Jackknife. Ann. Statist. vol. 7, no. 1, p. 1-26. - ##\[1.2+\] Library list * bootstrapEst-2.1/bootstrapMdl.js (Yuji SODE,2016): the MIT License; https://github.com/YujiSODE/bootstrapEst From a5edadd95f9f52e77874591dcf5a82655ae3ab42 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Thu, 10 Nov 2016 22:23:22 +0900 Subject: [PATCH 3/5] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee946d3..9966f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ #Change Log +##[1.2.1] - 2016-11-10 + +##Added +- [README.md] line 124-125: `##\[1.2+\] Library list` + `* bootstrapEst-2.1/bootstrapMdl.js (Yuji SODE,2016): the MIT License; https://github.com/YujiSODE/bootstrapEst` + ##[1.2] - 2016-10-29 ##Added From fa13c2859c2dd0a0a8695e8cc0484585b64ae5eb Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Thu, 10 Nov 2016 22:32:12 +0900 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 626892b..5d25abc 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ The alpha value is used in this program; a pixel where alpha > 0 is regarded as * __"Output as email" button;__ it saves the __"Result"__ as email to given address. ####_Output data_ - * dataLog: csv formatted values expressed as _n_@_y_ for a _n_-th sampling result: _y_ with top left corner as origin. - * x@f(x): csv formatted values expressed as _x_@_f_ (_x_) for a value of _f_ (_x_) at _x_ with bottom left as origin. + * __dataLog:__ csv formatted values expressed as _n_@_y_ for a _n_-th sampling result: _y_ with top left corner as origin. + * __*x*@*f(x)*:__ csv formatted values expressed as _x_@_f_ (_x_) for a value of _f_ (_x_) at _x_ with bottom left as origin. * __Rnd:__ csv formatted values estimated as results of a sampling. ______ From 05efc92c80f2c785abc805e49601d42480311925 Mon Sep 17 00:00:00 2001 From: Yuji Sode Date: Thu, 10 Nov 2016 22:36:54 +0900 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9966f5f..1f9b14b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ##[1.2.1] - 2016-11-10 +##Changed +- [README.md] line 62-63: ` * __dataLog:__ csv formatted values expressed as _n_@_y_ for a _n_-th sampling result: _y_ with top left corner as origin.` + ` * __*x*@*f(x)*:__ csv formatted values expressed as _x_@_f_ (_x_) for a value of _f_ (_x_) at _x_ with bottom left as origin.` + ##Added - [README.md] line 124-125: `##\[1.2+\] Library list` `* bootstrapEst-2.1/bootstrapMdl.js (Yuji SODE,2016): the MIT License; https://github.com/YujiSODE/bootstrapEst`