From 4256d3c761fa0891e51e6f111ee364dd7831363f Mon Sep 17 00:00:00 2001 From: Mehmet Hakan Satman Date: Mon, 12 Jun 2023 11:51:55 +0300 Subject: [PATCH 1/2] update bibtex --- paper.bib | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/paper.bib b/paper.bib index 2886e40b2bb1..8c61bf64e3e0 100644 --- a/paper.bib +++ b/paper.bib @@ -1,4 +1,4 @@ -@article{fisher1949design, +@book{fisher1949design, title={The design of experiments}, author={Fisher, Ronald A}, year={1949}, @@ -23,7 +23,7 @@ @article{student1908probable } @book{robert1999monte, - title={Monte Carlo statistical methods}, + title={Monte {C}arlo statistical methods}, author={Robert, Christian P and Casella, George and Casella, George}, volume={2}, year={1999}, @@ -38,7 +38,7 @@ @book{efron1994introduction } @article{virtanen2020scipy, - title={SciPy 1.0: fundamental algorithms for scientific computing in Python}, + title={SciPy 1.0: fundamental algorithms for scientific computing in {P}ython}, author={Virtanen, Pauli and Gommers, Ralf and Oliphant, Travis E and Haberland, Matt and Reddy, Tyler and Cournapeau, David and Burovski, Evgeni and Peterson, Pearu and Weckesser, Warren and Bright, Jonathan and others}, journal={Nature methods}, volume={17}, @@ -90,7 +90,7 @@ @misc{gh12315 @misc{ye2020, author = {Leihua Ye}, - title = {Bootstrap and Statistical Inference in Python}, + title = {Bootstrap and Statistical Inference in {P}ython}, year = {2020}, month = {12}, publisher = {Medium}, @@ -111,7 +111,7 @@ @misc{saenger2019 @misc{omar2021, author = {Hamid Omar}, - title = {A Guide on How to Simulate and Visualize Hypothesis Tests Using Python Code}, + title = {A Guide on How to Simulate and Visualize Hypothesis Tests Using {P}ython Code}, year = {2021}, month = {06}, publisher = {Medium}, From 797a7d7e8b92301f21a9b247e6c930488c34e0ea Mon Sep 17 00:00:00 2001 From: Mehmet Hakan Satman Date: Tue, 13 Jun 2023 08:48:43 +0300 Subject: [PATCH 2/2] Update paper.bib Co-authored-by: Matt Haberland --- paper.bib | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paper.bib b/paper.bib index 8c61bf64e3e0..e5310e8364d0 100644 --- a/paper.bib +++ b/paper.bib @@ -1,7 +1,8 @@ @book{fisher1949design, title={The design of experiments}, author={Fisher, Ronald A}, - year={1949}, + year={1951}, + isbn={9780050008683}, publisher={Oliver \& Boyd} }