stan-dev/stan

Instructions on how to use core Stan directly in C++

Open

#3.086 geöffnet am 19. Nov. 2021

Auf GitHub ansehen
 (3 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)R (270 Forks)batch import
documentationgood first issue

Repository-Metriken

Stars
 (1.476 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description:

We need some easy to follow instructions on how to use the core Stan inside a user-written C++ program. See https://github.com/stan-dev/stan/issues/3085 for example.

The instruction can simply guide through the task of compiling one of the models and running MCMC with the services. The biggest challenges are typically all the dependencies that we need to include in the C++ compiler calls.

Current Version:

v2.28.1

Contributor Guide