stan-dev/stan

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

Ouverte

#3 086 ouverte le 19 nov. 2021

 (3 commentaires) (2 réactions) (0 personne assignée)C++ (387 forks)batch import
documentationgood first issue

Métriques du dépôt

Stars
 (2 761 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur