From d5962d232258996da4969fe00b4fd117d003e479 Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Sat, 25 Apr 2026 21:38:01 -0400 Subject: Finished section 2 and section 3 --- report/refs.bib | 78 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 43 insertions(+), 35 deletions(-) (limited to 'report/refs.bib') diff --git a/report/refs.bib b/report/refs.bib index cf0a85f..196a83e 100644 --- a/report/refs.bib +++ b/report/refs.bib @@ -1,82 +1,90 @@ @book{novak2022, + address = {Sharon, Vermont}, + publisher = {Equal Share Press}, year = {2022}, - author = {Kyle A. Novak}, - isbn = {9798985421804}, title = {Numerical Methods for Scientific Computing}, - note = {Chapter 4}, month = {March}, - publisher = {Equal Share Press}, - address = {Sharon, Vermont}, + note = {Chapter 4}, + isbn = {9798985421804}, + author = {Kyle A. Novak}, } @book{watkins2002, + isbn = {0471213942}, + author = {David S. Watkins}, title = {Fundamenals of Matrix Computations (2nd Edition)}, + publisher = {John Wiley and Sons}, month = {January}, + note = {Chapter 5}, address = {New York}, year = {2002}, - author = {David S. Watkins}, - isbn = {0471213942}, - note = {Chapter 5}, - publisher = {John Wiley and Sons}, } @article{golub2009The_QR, - pages = {467-485}, issn = {1464-3642}, - number = {3}, - doi = {10.1093/imanum/drp012}, - publisher = {Oxford University Press (OUP)}, - volume = {29}, title = {{The QR Algorithm: 50 Years Later its Genesis by John Francis and Vera Kublanovskaya and Subsequent Developments}}, journal = {IMA Journal of Numerical Analysis}, - month = {June}, author = {Golub, G. and Uhlig, F.}, note = {}, url = {http://dx.doi.org/10.1093/imanum/drp012}, year = {2009}, + volume = {29}, + month = {June}, + pages = {467-485}, + publisher = {Oxford University Press (OUP)}, + number = {3}, + doi = {10.1093/imanum/drp012}, } @article{wigner1955Charac, - number = {3}, - publisher = {JSTOR}, - pages = {548}, - url = {http://dx.doi.org/10.2307/1970079}, - title = {{Characteristic Vectors of Bordered Matrices With Infinite Dimensions}}, - doi = {10.2307/1970079}, - journal = {The Annals of Mathematics}, issn = {0003-486X}, - year = {1955}, + title = {{Characteristic Vectors of Bordered Matrices With Infinite Dimensions}}, + pages = {548}, volume = {62}, + number = {3}, author = {Wigner, Eugene P.}, + year = {1955}, + journal = {The Annals of Mathematics}, + url = {http://dx.doi.org/10.2307/1970079}, + doi = {10.2307/1970079}, + publisher = {JSTOR}, } @book{anderson2009An_Int, - isbn = {9781107471580}, author = {Anderson, Greg W. and Guionnet, Alice and Zeitouni, Ofer}, + note = {Chapters 1 and 2}, + year = {2009}, + url = {http://dx.doi.org/10.1017/CBO9780511801334}, + doi = {10.1017/cbo9780511801334}, + isbn = {9781107471580}, month = {February}, publisher = {Cambridge University Press}, - doi = {10.1017/cbo9780511801334}, - url = {http://dx.doi.org/10.1017/CBO9780511801334}, - note = {Chapters 1 and 2}, title = {{An Introduction to Random Matrices}}, - year = {2009}, } @misc{marco2013, - author = {Marco}, - title = {{Approximation for the Tracy-Widom Laws}}, - year = {2013}, howpublished = {Published to the MATLAB Central File Exchange}, note = {Retrieved April 25th, 2026. \href{https://www.mathworks.com/matlabcentral/fileexchange/44711-approximation-for-the-tracy-widom-laws}{Available online.}}, + year = {2013}, + title = {{Approximation for the Tracy-Widom Laws}}, + author = {Marco}, } @article{chiani2012Distri, - doi = {10.48550/ARXIV.1209.3394}, url = {https://arxiv.org/abs/1209.3394}, - author = {Chiani, Marco}, + copyright = {arXiv.org perpetual, non-exclusive license}, keywords = {Information Theory (cs.IT), Statistics Theory (math.ST), FOS: Computer and information sciences, FOS: Computer and information sciences, FOS: Mathematics, FOS: Mathematics}, - title = {{Distribution of the Largest Eigenvalue for Real Wishart and Gaussian Random Matrices and a Simple Approximation for the Tracy-Widom Distribution}}, publisher = {arXiv}, - copyright = {arXiv.org perpetual, non-exclusive license}, year = {2012}, + author = {Chiani, Marco}, + doi = {10.48550/ARXIV.1209.3394}, + title = {{Distribution of the Largest Eigenvalue for Real Wishart and Gaussian Random Matrices and a Simple Approximation for the Tracy-Widom Distribution}}, +} + +@book{siegrist2021, + year = {2021}, + publisher = {Open Education Resource LibreTexts}, + note = {Chapter 4. \href{https://stats.libretexts.org/Bookshelves/Probability_Theory/Probability_Mathematical_Statistics_and_Stochastic_Processes_(Siegrist)}{Available online.}}, + author = {Kyle Siegrist}, + title = {{Probability Theory Probability, Mathematical Statistics, and Stochastic Processes (2021 Edition)}}, } \ No newline at end of file -- cgit v1.2.3