stan-dev/stan

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

Open

#3,086 创建于 2021年11月19日

在 GitHub 查看
 (3 评论) (2 反应) (0 负责人)R (270 fork)batch import
documentationgood first issue

仓库指标

Star
 (1,476 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南