-
-
Notifications
You must be signed in to change notification settings - Fork 377
/
Copy pathmainpage.dox
32 lines (32 loc) · 933 Bytes
/
mainpage.dox
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
/**
* @mainpage
*
* This is the API documentation for Stan's C++ code.
*
* <h3>What is Stan?</h3>
*
* <div style="width:30em;">
* <p>Stan is a C++ library for computations involving probability,
* sampling, and optimization.</p>
* </div>
*
* <div style="width:30em; padding:0.5em 0 0 0">
* <p>
* Stan includes full algorithmic
* differentiation for gradients implementing a library of matrix,
* linear algebra, and probability mass, density, and distribution
* functions, along with code for adaptive Hamiltonian Monte Carlo
* sampling.</p>
* </div>
*
* <h3>More Information</h3>
*
* <div style="width:30em;">
* <p>For more information, including pointers to narrative
* documentation, please visit Stan's home page at:
* </div>
*
* <a style="font-family: 'lucida console', courier; font-size:1.15em; font-weight:bold; margin:2em 1em 2em
1em;" href="http://mc-stan.org/">http://mc-stan.org/</a>
*
*/