forked from stan-dev/stan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
51 lines (29 loc) · 1.22 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
STAN VERSION 1.3.0 README
======================================================================
Stan is a C++ library for probability, optimization and sampling.
Stan License
----------------------------------------------------------------------
Stan is licensed under the new BSD license (3 clause):
$STAN/licenses/stan-license.txt
Dependencies
----------------------------------------------------------------------
The test, build, run-time dependencies and their licenses are in:
$STAN/licenses/dependencies.txt
Documentation
----------------------------------------------------------------------
Stan's user's guide and reference manual, including installation
instructions and a quick start guide, are in:
$STAN/doc/stan-reference.pdf
Stan's C++ API guide is in:
$STAN/doc/api/html/index.html
Building Stan
----------------------------------------------------------------------
Stan uses GNU make for builds, with top-level makefile:
$STAN/makefile
The make targets for building and testing are displayed by:
> cd $STAN
> make help
Demos
-------------------
For examples of Stan models, including implementations of the BUGS demos:
$STAN/src/models