Cantitate/Preț
Produs

Statistical Computing in C++ and R: Chapman &Hall/CRC The R Series

Autor Randall L. Eubank, Ana Kupresanin
en Limba Engleză Paperback – 21 ian 2023
With the advancement of statistical methodology inextricably linked to the use of computers, new methodological ideas must be translated into usable code and then numerically evaluated relative to competing procedures. In response to this, Statistical Computing in C++ and R concentrates on the writing of code rather than the development and study of numerical algorithms per se. The book discusses code development in C++ and R and the use of these symbiotic languages in unison. It emphasizes that each offers distinct features that, when used in tandem, can take code writing beyond what can be obtained from either language alone.




The text begins with some basics of object-oriented languages, followed by a "boot-camp" on the use of C++ and R. The authors then discuss code development for the solution of specific computational problems that are relevant to statistics including optimization, numerical linear algebra, and random number generation. Later chapters introduce abstract data structures (ADTs) and parallel computing concepts. The appendices cover R and UNIX Shell programming.


Features







  • Includes numerous student exercises ranging from elementary to challenging


  • Integrates both C++ and R for the solution of statistical computing problems


  • Uses C++ code in R and R functions in C++ programs


  • Provides downloadable programs, available from the authors’ website






The translation of a mathematical problem into its computational analog (or analogs) is a skill that must be learned, like any other, by actively solving relevant problems. The text reveals the basic principles of algorithmic thinking essential to the modern statistician as well as the fundamental skill of communicating with a computer through the use of the computer languages C++ and R. The book lays the foundation for original code development in a research environment.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 31131 lei  43-57 zile
  CRC Press – 21 ian 2023 31131 lei  43-57 zile
Hardback (1) 71205 lei  43-57 zile
  CRC Press – dec 2011 71205 lei  43-57 zile

Din seria Chapman &Hall/CRC The R Series

Preț: 31131 lei

Preț vechi: 34774 lei
-10% Nou

Puncte Express: 467

Preț estimativ în valută:
5958 6189$ 4949£

Carte tipărită la comandă

Livrare economică 03-17 februarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781032477619
ISBN-10: 103247761X
Pagini: 556
Ilustrații: 28
Dimensiuni: 178 x 254 x 34 mm
Greutate: 1.04 kg
Ediția:1
Editura: CRC Press
Colecția CRC Press
Seria Chapman &Hall/CRC The R Series


Public țintă

Undergraduate

Cuprins

Introduction. Computer Representation of Numbers. A Sketch of C++. Generation of Pseudo-Random Numbers. Programming in R. Creating Classes and Methods in R. Numerical Linear Algebra. Numerical Optimization. Abstract Data Structures. Data Structures in C++. Parallel Computing in C++ and R. An Introduction to Unix. An Introduction to R. C++ Library Extensions (TR1). The Matrix and Vector Classes. The ranGen Class. References. Index.

Recenzii

"…the first treatment of parallel programming in R that I have seen in a book. The text is replete with code examples and there are numerous end-of-chapter exercises."
International Statistical Review, 2013

Notă biografică

Randall L. Eubank, Ana Kupresanin

Descriere

Parallel processing can be ideally suited for the solving of more complex problems in statistical computing. This book discusses code development in C++ and R, before going beyond to look at the valuable use of these two languages in unison. It covers linear equation solution with regression and linear models motivation, optimization with maximu