Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1004 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 1004 Bytes

misc

A collection of miscellaneous materials that I wanted to share.

quadprog

The Stan-comaptible C++ implementation of the algorithm of Goldfarb and Idnani for the solution of a (convex) Quadratic Programming problem. The initial implementation was made by Charles Margossian and was later improved by me and Thomas Vladeck and made suitable to use and an external .hpp file with CmdStan or RStan.

stan-talk-calibrated

The slides and code used for the talk "State and evolution of Stan" for the Calibrated Webcast series by Generable. The video of the talk is available here.

expose-cmdstanr-functions

A function to expose Stan user-defined functions using CmdStanR and Rcpp. The folder includes a simple example and a tutorial written in .Rmd. The tutorial is also available online.

democmdstanr

A simple example of how to build a package that depends on cmdstanr.