stochmod is an R library that implements learning and inference algorithms for some of the most popular probabilistic models and features:
The library features redundant implementation in two languages, R and C. The user controls which implementation is being executed through a simple setting of a flag. The R implementation has been optimized for readability and can be used for step-by-step educational purposes. The C implementation has been optimized for speed and is executed by default. stochmod has been designed using the functional programming paradigm. As a result, it is very easy and intuitive to use.
The package documentation includes my e-mail address. Please use it to report bugs.
stochmod library requires R version 2.4.0 or later.
Also, the following R packages are used by stochmod and must be installed a priori:
Local: