Seamless R and C++ Integration with Rcpp: Use R!, cartea 64
Autor Dirk Eddelbuettelen Limba Engleză Paperback – 4 iun 2013
"Seamless R and C++ integration with Rcpp" is simply a wonderful book. For anyone who uses C/C++ and R, it is an indispensable resource. The writing is outstanding. A huge bonus is the section on applications. This section covers the matrix packages Armadillo and Eigen and the GNU Scientific Library as well as RInside which enables you to use R inside C++. These applications are what most of us need to know to really do scientific programming with R and C++. I love this book. -- Robert McCulloch, University of Chicago Booth School of Business
Rcpp is now considered an essential package for anybody doing serious computational research using R. Dirk's book is an excellent companion and takes the reader from a gentle introduction to more advanced applications via numerous examples and efficiency enhancing gems. The book is packed with all you might have ever wanted to know about Rcpp, its cousins (RcppArmadillo, RcppEigen .etc.), modules, package development and sugar. Overall, this book is a must-have on your shelf. -- Sanjog Misra, UCLA Anderson School of Management
The Rcpp package represents a major leap forward for scientific computations with R. With very few lines of C++ code, one has R's data structures readily at hand for further computations in C++. Hence, high-level numerical programming can be made in C++ almost as easily as in R, but often with a substantial speed gain. Dirk is a crucial person in these developments, and his book takes the reader from the first fragile steps on to using the full Rcpp machinery. A very recommended book! --Søren Højsgaard, Department of Mathematical Sciences, Aalborg University, Denmark
"Seamless R and C ++ Integration with Rcpp" provides the first comprehensive introduction to Rcpp. Rcpp has become the most widely-used language extension for R, and is deployed by over one-hundred different CRAN and BioConductor packages. Rcpp permits users to pass scalars, vectors, matrices, list or entire R objects back and forth between R and C++ with ease. This brings the depth of the R analysis framework together with the power, speed, and efficiency of C++.
Dirk Eddelbuettel has been a contributor to CRAN for over a decade and maintains around twenty packages. He is the Debian/Ubuntu maintainer for R and other quantitative software, edits the CRAN Task Views for Finance and High-Performance Computing, is a co-founder of the annual R/Finance conference, and an editor of the Journal of Statistical Software. He holds a Ph.D. in Mathematical Economics from EHESS (Paris), and works in Chicago as a Senior Quantitative Analyst.
Din seria Use R!
- 15% Preț: 676.86 lei
- 17% Preț: 362.74 lei
- 15% Preț: 591.79 lei
- 17% Preț: 362.15 lei
- 17% Preț: 458.07 lei
- Preț: 226.73 lei
- 17% Preț: 395.94 lei
- Preț: 374.86 lei
- 20% Preț: 503.87 lei
- 17% Preț: 396.92 lei
- 15% Preț: 360.58 lei
- 17% Preț: 430.21 lei
- Preț: 276.09 lei
- 15% Preț: 497.12 lei
- 15% Preț: 471.53 lei
- 15% Preț: 525.35 lei
- Preț: 489.30 lei
- 15% Preț: 494.85 lei
- Preț: 455.89 lei
- 15% Preț: 518.73 lei
- 18% Preț: 786.18 lei
- 15% Preț: 498.94 lei
- 18% Preț: 783.35 lei
- 18% Preț: 783.20 lei
- 15% Preț: 497.42 lei
- Preț: 451.26 lei
- Preț: 420.40 lei
- 15% Preț: 494.85 lei
- Preț: 419.06 lei
- 15% Preț: 695.70 lei
- 15% Preț: 499.12 lei
- 15% Preț: 493.89 lei
- 15% Preț: 584.10 lei
- 15% Preț: 591.47 lei
- 15% Preț: 497.31 lei
- 15% Preț: 696.02 lei
- Preț: 420.02 lei
- Preț: 489.87 lei
- 15% Preț: 585.26 lei
- Preț: 453.21 lei
- 15% Preț: 507.95 lei
- Preț: 388.34 lei
- 15% Preț: 496.67 lei
- Preț: 423.47 lei
- 15% Preț: 520.61 lei
- 15% Preț: 531.26 lei
- 15% Preț: 582.12 lei
- Preț: 454.16 lei
Preț: 523.91 lei
Preț vechi: 616.36 lei
-15% Nou
Puncte Express: 786
Preț estimativ în valută:
100.28€ • 103.34$ • 84.66£
100.28€ • 103.34$ • 84.66£
Carte tipărită la comandă
Livrare economică 04-18 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781461468677
ISBN-10: 1461468671
Pagini: 248
Ilustrații: XXVIII, 220 p. 7 illus., 4 illus. in color.
Dimensiuni: 155 x 235 x 17 mm
Greutate: 0.32 kg
Ediția:2013
Editura: Springer
Colecția Springer
Seria Use R!
Locul publicării:New York, NY, United States
ISBN-10: 1461468671
Pagini: 248
Ilustrații: XXVIII, 220 p. 7 illus., 4 illus. in color.
Dimensiuni: 155 x 235 x 17 mm
Greutate: 0.32 kg
Ediția:2013
Editura: Springer
Colecția Springer
Seria Use R!
Locul publicării:New York, NY, United States
Public țintă
Professional/practitionerCuprins
Preface.- Introduction.- A Gentle Introduction to Rcpp.- Tools and Setup.- Core Data Types.- Data Structures: Part One.- Data Structures: Part Two.- Advanced Topics.- Using Rcpp in your package.- Extending Rcpp.- Modules.- Sugar.- Applications.- RInside.- RcppArmadillo.- RcppGSL.- RcppEigen Appendix.- C++ for R programmers.- Indices.- References.
Notă biografică
Dirk Eddelbuettel has been a contributor to CRAN for over a decade and maintains around twenty packages. He is the Debian/Ubuntu maintainer for R and other quantitative software, edits the CRAN Task Views for Finance and High-Performance Computing, is a co-founder of the annual R/Finance conference, and an editor of the Journal of Statistical Software. He holds a Ph.D. in Mathematical Economics from EHESS (Paris), and works in Chicago as a Senior Quantitative Analyst.
Textul de pe ultima copertă
Rcpp is the glue that binds the power and versatility of R with the speed and efficiency of C++. With Rcpp, the transfer of data between R and C++ is nearly seamless, and high-performance statistical computing is finally accessible to most R users. Rcpp should be part of every statistician's toolbox. — Michael Braun, MIT Sloan School of Management
Seamless R and C++ Integration with Rcpp is simply a wonderful book. For anyone who uses C/C++ and R, it is an indispensable resource. The writing is outstanding. A huge bonus is the section on applications. This section covers the matrix packages Armadillo and Eigen and the GNU Scientific Library as well as RInside which enables you to use R inside C++. These applications are what most of us need to know to really do scientific programming with R and C++. I love this book. — Robert McCulloch, University of Chicago Booth School of Business
Rcpp is now considered an essential package for anybody doing serious computational research using R. Dirk's book is an excellent companion and takes the reader from a gentle introduction to more advanced applications via numerous examples and efficiency enhancing gems. The book is packed with all you might have ever wanted to know about Rcpp, its cousins (RcppArmadillo, RcppEigen etc.), modules, package development and sugar. Overall, this book is a must-have on your shelf. — Sanjog Misra, UCLA Anderson School of Management
The Rcpp package represents a major leap forward for scientific computations with R. With very few lines of C++ code, one has R's data structures readily at hand for further computations in C++. Hence, high-level numerical programming can be made in C++ almost as easily as in R, but often with a substantial speed gain. Dirk is a crucial person in these developments, and his book takes the reader from the first fragile steps on to using the full Rcpp machinery. A very recommended book! —Søren Højsgaard, Department of Mathematical Sciences, Aalborg University, Denmark
Seamless R and C ++ Integration with Rcpp provides the first comprehensive introduction to Rcpp, which has become the most widely-used language extension for R, and is deployed by over one-hundred different CRAN and BioConductor packages. Rcpp permits users to pass scalars, vectors, matrices, list or entire R objects back and forth between R and C++ with ease. This brings the depth of the R analysis framework together with the power, speed, and efficiency of C++.
Dirk Eddelbuettel has been a contributor to CRAN for over a decade and maintains around twenty packages. He is the Debian/Ubuntu maintainer for R and other quantitative software, edits the CRAN Task Views for Finance and High-Performance Computing, is a co-founder of the annual R/Finance conference, and an editor of the Journal of Statistical Software. He holds a Ph.D. in Mathematical Economics from EHESS (Paris), and works in Chicago as a Senior Quantitative Analyst.
Seamless R and C++ Integration with Rcpp is simply a wonderful book. For anyone who uses C/C++ and R, it is an indispensable resource. The writing is outstanding. A huge bonus is the section on applications. This section covers the matrix packages Armadillo and Eigen and the GNU Scientific Library as well as RInside which enables you to use R inside C++. These applications are what most of us need to know to really do scientific programming with R and C++. I love this book. — Robert McCulloch, University of Chicago Booth School of Business
Rcpp is now considered an essential package for anybody doing serious computational research using R. Dirk's book is an excellent companion and takes the reader from a gentle introduction to more advanced applications via numerous examples and efficiency enhancing gems. The book is packed with all you might have ever wanted to know about Rcpp, its cousins (RcppArmadillo, RcppEigen etc.), modules, package development and sugar. Overall, this book is a must-have on your shelf. — Sanjog Misra, UCLA Anderson School of Management
The Rcpp package represents a major leap forward for scientific computations with R. With very few lines of C++ code, one has R's data structures readily at hand for further computations in C++. Hence, high-level numerical programming can be made in C++ almost as easily as in R, but often with a substantial speed gain. Dirk is a crucial person in these developments, and his book takes the reader from the first fragile steps on to using the full Rcpp machinery. A very recommended book! —Søren Højsgaard, Department of Mathematical Sciences, Aalborg University, Denmark
Seamless R and C ++ Integration with Rcpp provides the first comprehensive introduction to Rcpp, which has become the most widely-used language extension for R, and is deployed by over one-hundred different CRAN and BioConductor packages. Rcpp permits users to pass scalars, vectors, matrices, list or entire R objects back and forth between R and C++ with ease. This brings the depth of the R analysis framework together with the power, speed, and efficiency of C++.
Dirk Eddelbuettel has been a contributor to CRAN for over a decade and maintains around twenty packages. He is the Debian/Ubuntu maintainer for R and other quantitative software, edits the CRAN Task Views for Finance and High-Performance Computing, is a co-founder of the annual R/Finance conference, and an editor of the Journal of Statistical Software. He holds a Ph.D. in Mathematical Economics from EHESS (Paris), and works in Chicago as a Senior Quantitative Analyst.
Caracteristici
Illustrates a range of statistical computations in R using the Rcpp package Provides a general introduction to extending R with C++ code Features an appendix for R users new to the C++ programming language Rcpp packages are presented in the context of useful application case studies Includes supplementary material: sn.pub/extras