References#

[1]

Abelson, H., Sussman, G.J., and Sussman, J. (1996). Structure and Interpretation of Computer Programs. MIT Press.

[2]

Abramowitz, M. and Stegun, I.A. (1972). Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables. Dover. URL: http://people.math.sfu.ca/~cbm/aands.

[3]

Becker, R.A. (1994). A Brief History of S. URL: https://sas.uwaterloo.ca/~rwoldfor/software/R-code/historyOfS.pdf.

[4]

Becker, R.A. and Chambers, J.M. (1984). Design of the S system for data analysis. Communications of the ACM, 27(5):486–495. DOI: 10.1145/358189.358078.

[5]

Becker, R.A. and Chambers, J.M. (1984). S: An Interactive Environment for Data Analysis and Graphics. Wadsworth.

[6]

Becker, R.A. and Chambers, J.M. (1985). Extending the S System. Wadsworth.

[7]

Becker, R.A., Chambers, J.M., and Wilks, A.R. (1988). The New S Language: A Programming Environment for Data Analysis and Graphics. Chapman & Hall.

[8]

Burns, P. (2011). The R Inferno. URL: https://www.burns-stat.com/pages/Tutor/R_inferno.pdf.

[9]

Chambers, J.M. (1998). Programming with Data. A Guide to the S Language. Springer.

[10]

Chambers, J.M. (2008). Software for Data Analysis. Programming with R. Springer.

[11]

Chambers, J.M. (2016). Extending R. Chapman & Hall.

[12]

Chambers, J.M. (2020). S, R, and data science. The R Journal, 12(1):462–476. DOI: 10.32614/RJ-2020-028.

[13]

Chambers, J.M. and Hastie, T.J. (1991). Statistical Models in S. Chapman & Hall.

[14]

Cormen, T.H., Leiserson, C.E., Rivest, R.L., and Stein, C. (2009). Introduction to Algorithms. MIT Press and McGraw-Hill.

[15]

Crawley, M.J. (2007). The R Book. John Wiley & Sons.

[16]

Date, C.J. (2003). An Introduction to Database Systems. Pearson.

[17]

Davis, M. and Whistler, K. (2021). Unicode Standard Annex #15: Unicode Normalization Forms. URL: http://www.unicode.org/reports/tr15.

[18]

Davis, M., Whistler, K., and Scherer, M. (2021). Unicode Technical Standard #10: Unicode Collation Algorithm. URL: http://www.unicode.org/reports/tr10.

[19]

Deisenroth, M.P., Faisal, A.A., and Ong, C.S. (2020). Mathematics for Machine Learning. Cambridge University Press. URL: https://mml-book.com/.

[20]

DeMichiel, L.G. and Gabriel, R.P. (1987). The Common Lisp Object System: An overview. ECOOP. URL: https://www.dreamsongs.com/Files/ECOOP.pdf.

[21]

Devroye, L. (1986). Non-Uniform Random Variate Generation. Springer. URL: https://luc.devroye.org/rnbookindex.html.

[22]

Fog, A. (2018). NaN Payload Propagation – Unresolved Issues. URL: https://grouper.ieee.org/groups/msc/ANSI_IEEE-Std-754-2019/background/nan-propagation.pdf.

[23]

Forbes, C., Evans, M., Hastings, N., and Peacock, B. (2010). Statistical Distributions. Wiley.

[24]

Friedl, J.E.F. (2006). Mastering Regular Expressions. O'Reilly.

[25]

Gagolewski, M. (2016). Programowanie w języku R. Analiza danych, obliczenia, symulacje (R Programming. Data Analysis, Computing, Simulations). Wydawnictwo Naukowe PWN, 2nd edition. In Polish (1st edition published in 2014).

[26]

Gagolewski, M. (2022). stringi: Fast and portable character string processing in R. Journal of Statistical Software, 103(2):1–59. URL: https://stringi.gagolewski.com/, DOI: 10.18637/jss.v103.i02.

[27]

missing publisher in datawranglingpy

[28]

Galassi, M., Theiler, J., and others. (2021). GNU Scientific Library Reference Manual. URL: https://www.gnu.org/software/gsl.

[29]

Gentle, J.E. (2003). Random Number Generation and Monte Carlo methods. Springer.

[30]

Gentle, J.E. (2007). Matrix Algebra. Springer.

[31]

Gentle, J.E. (2009). Computational Statistics. Springer.

[32]

Goldberg, D. (1991). What every computer scientist should know about floating-point arithmetic. ACM Computing Surveys, 21(1):5–48. URL: https://perso.ens-lyon.fr/jean-michel.muller/goldberg.pdf.

[33]

Hankin, R.K.S. (2006). Special functions in R: Introducing the gsl package. R News, 6:24–26. URL: https://cran.r-project.org/web/packages/gsl/vignettes/gsl.pdf.

[34]

Harris, C.R. and others. (2020). Array programming with NumPy. Nature, 585(7825):357–362. DOI: 10.1038/s41586-020-2649-2.

[35]

Higham, N.J. (2002). Accuracy and Stability of Numerical Algorithms. SIAM. DOI: 10.1137/1.9780898718027.

[36]

Hughes, J., van Dam, A., McGuire, M., Sklar, D., Foley, J., Feiner, S., and Akeley, K. (2013). Computer Graphics: Principles and Practice. Addison-Wesley, 3rd edition.

[37]

Ihaka, R. and Gentleman, R. (1996). R: A language for data analysis and graphics. Journal of Computational and Graphical Statistics, 5(3):299–314. URL: https://www.stat.auckland.ac.nz/~ihaka/downloads/R-paper.pdf, DOI: 10.1080/10618600.1996.10474713.

[38]

Kernighan, B.W. and Ritchie, D. (1988). The C Programming Language. Prentice Hall.

[39]

Knuth, D.E. (1974). Computer programming as an art. Communications of the ACM, 17(12):667–673. URL: https://www.cs.tufts.edu/~nr/cs257/archive/don-knuth/as-an-art.pdf.

[40]

Knuth, D.E. (1992). Literate Programming. CSLI.

[41]

Knuth, D.E. (1997). The Art of Computer Programming III: Sorting and Searching. Addison-Wesley.

[42]

Knuth, D.E. (1997). The Art of Computer Programming II: Seminumerical Algorithms. Addison-Wesley.

[43]

Knuth, D.E. (1997). The Art of Computer Programming I: Fundamental Algorithms. Addison-Wesley.

[44]

Marschner, S. and Shirley, P. (2021). Fundamentals of Computer Graphics. AK Peters/CRC Press, 5th edition.

[45]

Matloff, N.S. (2011). The Art of R Programming: A Tour of Statistical Software Design. No Starch Press.

[46]

Matsumoto, M. and Nishimura, T. (1998). Mersenne Twister: A 623-dimensionally equidistributed uniform pseudo-random number generator. ACM Transactions on Modeling and Computer Simulation, 8:3–30.

[47]

McKinney, W. (2022). Python for Data Analysis. O'Reilly. URL: https://wesmckinney.com/book.

[48]

Murrell, P. (2011). R Graphics. Chapman & Hall/CRC.

[49]

Nelsen, R.B. (1999). An Introduction to Copulas. Springer.

[50]

Okabe, M. and Ito, K. (2002). Color Universal Design (CUD): How to make figures and presentations that are friendly to Colorblind people. URL: https://jfly.uni-koeln.de/color.

[51]

Olver, F.W.J. and others. (2021). NIST Digital Library of Mathematical Functions. NIST. URL: https://dlmf.nist.gov/.

[52]

Rahlf, T. (2019). Data Visualisation with R: 111 Examples. Springer Nature, 2nd edition. URL: http://www.datavisualisation-r.com/.

[53]

Sarkar, D. (2008). Lattice: Multivariate Data Visualization with R. Springer. URL: http://lmdvr.r-forge.r-project.org/.

[54]

Tierney, L. (1990). LISP-STAT: An Object-Oriented Environment for Statistical Computing and Dynamic Graphics. Wiley.

[55]

Tierney, L., Becker, G., and Kalibera, T. (2018). ALTREP: Alternative Representations for R Objects. URL: https://svn.r-project.org/R/branches/ALTREP/ALTREP.html.

[56]

Tufte, E.R. (2001). The Visual Display of Quantitative Information. Graphics Press.

[57]

Venables, W.N. and Ripley, B.D. (2000). S Programming. Springer.

[58]

Venables, W.N., Smith, D.M., and R Development Core Team. (2023). An Introduction to R. URL: https://CRAN.R-project.org/doc/manuals/r-release/R-intro.html.

[59]

Wainer, H. (1997). Visual Revelations: Graphical Tales of Fate and Deception from Napoleon Bonaparte to Ross Perot. Copernicus.

[60]

Wickham, H. (2016). ggplot2: Elegant Graphics for Data Analysis. Springer, 2nd edition.

[61]

Wickham, H. (2019). Advanced R. Chapman & Hall/CRC, 2nd edition. URL: https://adv-r.hadley.nz/.

[62]

Wickham, H., Çetinkaya-Rundel, M., and Grolemund, G. (2023). R for Data Science. O'Reilly. URL: https://r4ds.hadley.nz/.

[63]

Wilkinson, L. (2005). The Grammar of Graphics. Springer.

[64]

Xie, Y. (2015). Dynamic Documents with R and knitr. Chapman and Hall/CRC.

[65]

R Development Core Team. (2023). Writing R Extensions. URL: https://CRAN.R-project.org/doc/manuals/r-release/R-exts.html.

[66]

R Development Core Team. (2023). R Data Import/Export. URL: https://CRAN.R-project.org/doc/manuals/r-release/R-data.html.

[67]

R Development Core Team. (2023). R Installation and Administration. URL: https://CRAN.R-project.org/doc/manuals/r-release/R-admin.html.

[68]

R Development Core Team. (2023). R Internals. URL: https://CRAN.R-project.org/doc/manuals/r-release/R-ints.html.

[69]

R Development Core Team. (2023). R Language Definition. URL: https://CRAN.R-project.org/doc/manuals/r-release/R-lang.html.

[70]

R Development Core Team. (2023). R: A Language and Environment for Statistical Computing. R Foundation for Statistical Computing. URL: https://www.R-project.org/.