Statistical Computing in C++ and R: Chapman &Hall/CRC The R Series
Autor Randall L. Eubank, Ana Kupresaninen Limba Engleză Hardback – dec 2011
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
| Toate formatele și edițiile | Preț | Express |
|---|---|---|
| Paperback (1) | 321.09 lei 6-8 săpt. | |
| CRC Press – 21 ian 2023 | 321.09 lei 6-8 săpt. | |
| Hardback (1) | 723.35 lei 6-8 săpt. | |
| CRC Press – dec 2011 | 723.35 lei 6-8 săpt. |
Din seria Chapman &Hall/CRC The R Series
- 8%
Preț: 561.94 lei -
Preț: 387.81 lei - 8%
Preț: 561.22 lei - 20%
Preț: 345.99 lei -
Preț: 296.38 lei - 20%
Preț: 459.73 lei -
Preț: 445.14 lei -
Preț: 403.67 lei -
Preț: 387.61 lei -
Preț: 414.21 lei - 8%
Preț: 504.89 lei - 8%
Preț: 408.67 lei - 8%
Preț: 432.69 lei -
Preț: 441.05 lei - 20%
Preț: 620.68 lei -
Preț: 441.08 lei - 20%
Preț: 594.31 lei -
Preț: 386.21 lei - 9%
Preț: 684.57 lei -
Preț: 379.75 lei -
Preț: 265.90 lei -
Preț: 194.22 lei - 9%
Preț: 904.55 lei -
Preț: 497.39 lei - 20%
Preț: 1336.45 lei - 20%
Preț: 572.69 lei - 20%
Preț: 1175.87 lei - 33%
Preț: 583.49 lei - 18%
Preț: 1119.90 lei - 33%
Preț: 1044.64 lei - 18%
Preț: 1089.59 lei - 18%
Preț: 1341.15 lei - 15%
Preț: 480.25 lei - 31%
Preț: 543.35 lei - 37%
Preț: 350.16 lei - 18%
Preț: 812.05 lei - 33%
Preț: 1047.19 lei - 15%
Preț: 552.64 lei - 18%
Preț: 672.63 lei
Preț: 723.35 lei
Preț vechi: 882.14 lei
-18% Nou
Puncte Express: 1085
Preț estimativ în valută:
127.98€ • 149.10$ • 111.76£
127.98€ • 149.10$ • 111.76£
Carte tipărită la comandă
Livrare economică 17-31 ianuarie 26
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781420066500
ISBN-10: 1420066501
Pagini: 556
Ilustrații: 28 black & white illustrations, 3 black & white tables
Dimensiuni: 178 x 254 x 32 mm
Greutate: 1.16 kg
Ediția:New.
Editura: CRC Press
Colecția CRC Press
Seria Chapman &Hall/CRC The R Series
ISBN-10: 1420066501
Pagini: 556
Ilustrații: 28 black & white illustrations, 3 black & white tables
Dimensiuni: 178 x 254 x 32 mm
Greutate: 1.16 kg
Ediția:New.
Editura: CRC Press
Colecția CRC Press
Seria Chapman &Hall/CRC The R Series
Public țintă
UndergraduateCuprins
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
—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 maximum likelihood and nonlinear least squares motivation, and random number generation. While the text does require a working knowledge of basic concepts in statistics and experience in programming, it does not require knowledge specific to C++ or R.