Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 662 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 662 Bytes

Presentation and Code for STAT385

Slides

  • Slides are available here

Code

  • Fully functional free scripts are located in the scripts directory
  • R packages are located in the package directory
  • Example C++ production code is avaliable in the production directory

Building the Production Example

  • You will need the boost libraries installed.
cd production
make

Gotchas

  • Everything is coded with relative paths such that it will run from the directory it resides in. Trying to run these scripts and executables elsewhere will require modification.