Introduction
In this chapter, we introduce the C++ codebase. This consists of a small set of statistical functions and classes. The intention is not to provide a fully fledged statistical library, but rather to provide some limited but useful functionality that we want to expose to clients. The functionality is only of interest insofar as it illustrates how we might expose it later to clients.
We start off by looking at the code, taking note of the functions we want to expose and the ...