ABSTRACT

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.

chapter Chapter 1|535 pages

Introduction