Skip to content
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.

Commit

Permalink
Merge pull request #2 from YujiSODE/branch20161110
Browse files Browse the repository at this point in the history
Branch20161110
  • Loading branch information
YujiSODE authored Nov 10, 2016
2 parents c06cb23 + 05efc92 commit d71be06
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
#Change Log

##[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`

##[1.2] - 2016-10-29

##Added
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

______
Expand Down Expand Up @@ -120,3 +120,6 @@ _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

0 comments on commit d71be06

Please sign in to comment.