stan-dev/stan

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

オープン

#3,086 opened on 2021/11/19

 (3 件のコメント) (2 件のリアクション) (0 人の担当者)C++ (387 件のフォーク)batch import
documentationgood first issue

Repository metrics

Stars
 (2,761 個のスター)
PR merge metrics
 (30d に merged 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

コントリビューターガイド