Functional programming in R advanced statistical programming for data science, analysis and finance

Master functions and discover how to write functional programs in R. In this book, you'll make your functions pure by avoiding side-effects; you’ll write functions that manipulate other functions, and you’ll construct complex functions using simpler functions as building blocks. In Functional P...

Descripción completa

Detalles Bibliográficos
Autor principal: Mailund, Thomas. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2017.
Edición:1st ed. 2017.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630128806719
Tabla de Contenidos:
  • 1. Functions in R
  • 2. Pure Functional Programming
  • 3. Scope and Closures
  • 4. Higher-order Functions
  • 5. Filer, Map, and Reduce
  • 6. Point-free Programming
  • Afterword.