Statistical Computing in C++ and R: Chapman &Hall/CRC The R Series
Autor Randall L. Eubank, Ana Kupresaninen Limba Engleză Paperback – 21 ian 2023
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.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 311.31 lei 43-57 zile | |
CRC Press – 21 ian 2023 | 311.31 lei 43-57 zile | |
Hardback (1) | 712.05 lei 43-57 zile | |
CRC Press – dec 2011 | 712.05 lei 43-57 zile |
Din seria Chapman &Hall/CRC The R Series
- 23% Preț: 1301.84 lei
- Preț: 360.29 lei
- Preț: 343.32 lei
- Preț: 391.57 lei
- Preț: 356.63 lei
- 20% Preț: 548.69 lei
- 8% Preț: 490.79 lei
- 20% Preț: 412.42 lei
- Preț: 400.98 lei
- 8% Preț: 437.61 lei
- 8% Preț: 386.32 lei
- 20% Preț: 455.83 lei
- Preț: 350.96 lei
- Preț: 358.30 lei
- Preț: 352.44 lei
- 8% Preț: 439.44 lei
- 8% Preț: 547.38 lei
- 8% Preț: 418.06 lei
- 8% Preț: 490.74 lei
- Preț: 356.63 lei
- 20% Preț: 408.14 lei
- Preț: 260.53 lei
- Preț: 389.17 lei
- Preț: 152.12 lei
- 8% Preț: 438.87 lei
- Preț: 359.66 lei
- 8% Preț: 422.96 lei
- 20% Preț: 308.68 lei
- Preț: 235.73 lei
- 17% Preț: 271.15 lei
- 15% Preț: 502.96 lei
- Preț: 392.33 lei
- 9% Preț: 835.78 lei
- 22% Preț: 447.00 lei
- 25% Preț: 565.16 lei
- 31% Preț: 840.76 lei
- 18% Preț: 1060.50 lei
- 20% Preț: 566.43 lei
- 26% Preț: 1013.16 lei
- 20% Preț: 1045.36 lei
- 25% Preț: 530.74 lei
Preț: 311.31 lei
Preț vechi: 347.74 lei
-10% Nou
Puncte Express: 467
Preț estimativ în valută:
59.58€ • 61.89$ • 49.49£
59.58€ • 61.89$ • 49.49£
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
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ă
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 maximu