stan-dev/stan

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

开放

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

 (3 条评论) (2 个反应) (0 位负责人)C++ (387 个派生)batch import
documentationgood first issue

仓库指标

星标
 (2,761 个星标)
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

贡献者指南