Functional Data Structures in R: Advanced Statistical Programming in R
Thomas Mailund
- 出版商: Apress
- 出版日期: 2017-11-18
- 售價: $1,270
- 貴賓價: 9.5 折 $1,207
- 語言: 英文
- 頁數: 256
- 裝訂: Paperback
- ISBN: 1484231430
- ISBN-13: 9781484231432
-
相關分類:
R 語言、Algorithms-data-structures
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$580$458 -
$654$621 -
$788Functional Programming in R: Advanced Statistical Programming for Data Science, Analysis and Finance
-
$824Advanced Object-Oriented Programming in R: Statistical Programming for Data Science, Analysis and Finance
-
$580$458 -
$690$538 -
$480$432 -
$3,070$2,917 -
$450$351 -
$600$468 -
$650$514 -
$620$310 -
$750$638 -
$680$537 -
$505C++ 函數式編程 (Functional Programming in C++: How to improve your C++ programs using functional techniques)
-
$474$450 -
$834$792 -
$1,000$790 -
$500$350 -
$780$616 -
$480$379 -
$1,600$1,520 -
$1,000$900 -
$400C++ 新經典:模板與泛型編程
-
$534$507
相關主題
商品描述
Get an introduction to functional data structures using R and write more effective code and gain performance for your programs. This book teaches you workarounds because data in functional languages is not mutable: for example you’ll learn how to change variable-value bindings by modifying environments, which can be exploited to emulate pointers and implement traditional data structures. You’ll also see how, by abandoning traditional data structures, you can manipulate structures by building new versions rather than modifying them. You’ll discover how these so-called functional data structures are different from the traditional data structures you might know, but are worth understanding to do serious algorithmic programming in a functional language such as R.
By the end of Functional Data Structures in R, you’ll understand the choices to make in order to most effectively work with data structures when you cannot modify the data itself. These techniques are especially applicable for algorithmic development important in big data, finance, and other data science applications.
What You'll Learn
- Carry out algorithmic programming in R
- Use abstract data structures
- Work with both immutable and persistent data
- Emulate pointers and implement traditional data structures in R
- Build new versions of traditional data structures that are known
Who This Book Is For
Experienced or advanced programmers with at least a comfort level with R. Some experience with data structures recommended.