stan-dev/stan

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

Open

#3.086 aberto em 19 de nov. de 2021

Ver no GitHub
 (3 comments) (2 reactions) (0 assignees)R (270 forks)batch import
documentationgood first issue

Métricas do repositório

Stars
 (1.476 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

Guia do colaborador