erwann rogard

Navigation

C++ for statistics:

Here's a set of statistical tools that builds on the stl and boost libraries. Notes on the directory structure are provided here.
  • detail Small tools that extend existing boost libraries
  • model : tools for likelihood and posterior computations (needs refactoring)
  • nn1 : nearest neighbor tools (due for removal)
  • survival_data : abstractions and tools for staggered entry, right censored data
  • tree_view : uses a vector to create a tree view
  • view Creates a row-major order matrix view from a pair of iterators