diff --git a/CHANGELOG.md b/CHANGELOG.md index 06cda11..3486da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,20 @@ -#Change Log +# Change Log -##[3.1.3] - 2017-02-22 -##Changed +## [3.1.3] - 2017-02-22 +## Changed - [statDist3.js]: applied the update of "statistics-distributions_Ymdf.js" to version 0.3 - [statDist2.js]: applied the update of "statistics-distributions_Ymdf.js" to version 0.3 - [statDist.js]: applied the update of "statistics-distributions_Ymdf.js" to version 0.3 -##[3.1.2] - 2016-09-14 -##Changed +## [3.1.2] - 2016-09-14 +## Changed - [subStatDist3.js] line 41: ` ipSSize=f('input','inputSSize'+r9,lbSSize.id),ipSSize.type='number',ipSSize.min=2,ipSSize.step=1,ipSSize.value=20;` -##[3.1] - 2016-09-13 -##Added +## [3.1] - 2016-09-13 +## Added - added file: resultsExamples_20160913.txt -##Changed +## 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]` @@ -24,35 +24,35 @@ - [subStatDist2.js] line 71: ` output+='Rejection rates:'+d.FtU+'\n\n';` ## [3.0] - 2016-09-12 -##Added +## Added - [subStatDist.js] line 54: ` lk2=f('a','link2'+r9,tDiv.id),lk2.innerHTML='
1-sample t-test',lk2.href='./testingFtU3.html';` -##Changed +## Changed - [subStatDist.js] line 20: `var B,tDiv,fm,fmR,lbA,ipA,lbB,ipB,Btn,TxtALb,txtA,br01,restB,adrsLbl,adrs,sbmtB,t,D=[],lk,lk2;` - [testingFtU.html] line 24: `

F-test, t-test, and U-test with two numerical arrays

` - [testingFtU2.html] line 2: `testingFtU@bootstrap_simulation` -##Added +## Added - [testingFtU2.html] line 26: `

F-test, t-test, and U-test with bootstrap simulation

` ## [3.0] - 2016-09-10 -##Changed +## Changed - [statDist3.js] line 45-47 in statDist2.js: ` X/=N;` ` slf.postMessage({t:X,p:P});` ` c=dBts=P=null;` - [statDist3.js] line 43 in statDist2.js: ` X+=P[I] ===` ` t_1spl=function(A,m){` ` //A and m are numerical array and given mean value respectively.` @@ -64,10 +64,10 @@ ` return [(av-m)/Math.sqrt(s2/n),n-1];};` ` //=== ===` -##Removed +## Removed - [statDist3.js] line 24 in statDist2.js -##Changed +## Changed - [statDist3.js] line 23 in statDist2.js: ` var t_1spl,c,d=e.data.split('@'),d0=d[0].split(','),d1=+d[1],d2=+d[2],d3=+d[3],d4=+d[4],I=0,N=0,dBts,P=[],X=0;` - [statDist3.js] line 2 in statDist2.js: `* statDist3.js` - [statDist3.js] line 19-20 in statDist2.js: `//the available data format is csv formatted numerical arrays, given mean value, time of simulation and significance level (0 to 1), separated with '@' as follows:` @@ -75,24 +75,24 @@ - [statDist3.js] line 17 in statDist2.js: `//{t:[(tTest with bootstrap method',lk.href='./testingFtU2.html';` -##Changed +## Changed - [subStatDist.js] line 20: `var B,tDiv,fm,fmR,lbA,ipA,lbB,ipB,Btn,TxtALb,txtA,br01,restB,adrsLbl,adrs,sbmtB,t,D=[],lk;` ## [2.0] - 2016-08-30 -##Changed +## Changed - [statDist2.js] line 17-22 in statDist.js:` var c,d=e.data.split('@'),d0=d[0].split(','),d1=d[1].split(','),d2=+d[2],d3=+d[3],I=0,N=0,dBts,P=[],p,X=[0,0,0],pJn=[];` ` I=0,N=d1.length;while(IResult:';` @@ -160,14 +160,14 @@ - [subStatDist.js] line 20: `var B,tDiv,fm,fmR,lbA,ipA,lbB,ipB,Btn,TxtALb,txtA,br01,restB,adrsLbl,adrs,sbmtB,t,D=[];` ## [1.0] - 2016-08-24 -##Changed +## Changed - [calcStat_FtU.js] line 8: `/*calcStat_FtU.js (Yuji SODE, 2016)*/` - [calcStat_FtU.js] line 8-44: changed the way declare variables -##Removed +## Removed - [calcStat_FtU.js] line 7-65: removed removable white space and comments -##Changed +## Changed - [calcStat_FtU.js] line 5-6: `* https://github.com/YujiSODE/calcStat_FtU` `*/` - [calcStat_FtU.js] line 1-7: `/* calcStat_FtU.js` @@ -177,7 +177,7 @@ `*/` ## [1.0] - 2016-08-04 -##Changed +## Changed - [statistics-distributions_Ymdf.js] line 500: `/*statistics-distributions-js_Ymdf.js (Ben Tilly,2008; modified by Yuji SODE, 2016)*/` - [statistics-distributions_Ymdf.js] line 498: `{return Math.ceil($i);}` - [statistics-distributions_Ymdf.js] line 496: `{return Math.floor($i);}` @@ -187,11 +187,11 @@ - [statistics-distributions_Ymdf.js] line 371-379: changed the way declare variables - [statistics-distributions_Ymdf.js] line 352-353: changed the way declare variables -##Removed +## Removed - [statistics-distributions_Ymdf.js] line 337-499: removed removable white space and comments ## [1.0] - 2016-08-03 -##Changed +## Changed - [statistics-distributions_Ymdf.js] line 318-322: changed the way declare variables - [statistics-distributions_Ymdf.js] line 318-322: changed the way declare variables - [statistics-distributions_Ymdf.js] line 303-308: changed the way declare variables @@ -209,7 +209,7 @@ `* See http://dev.perl.org/licenses/ and http://dev.perl.org/licenses/artistic.html or http://dev.perl.org/licenses/gpl1.html` `*/` -##Removed +## Removed - [statistics-distributions_Ymdf.js] line 83-336: removed removable white space and comments - [statistics-distributions_Ymdf.js] line 1-82: removed comments - [statistics-distributions_Ymdf.js] line 500-530: removed comments