-
-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy path_quarto.yml
More file actions
84 lines (80 loc) · 2.11 KB
/
_quarto.yml
File metadata and controls
84 lines (80 loc) · 2.11 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
project:
title: "Stan User's Guide"
type: book
bibliography: [../bibtex/all.bib]
biblio-style: apalike
toc: true
toc-depth: 2
format:
pdf:
latex-tinytex: false
block-headings: false
pdf-engine: "pdflatex"
latex-engine: "pdflatex"
latex-auto-install: true
documentclass: book
subtitle: "Version {{< env STAN_DOCS_VERSION >}}"
include-in-header: "../header.tex"
toc-title: "Table of Contents"
syntax-definitions:
- ../quarto-config/stan.xml
highlight-style: tango
keep-tex: false
colorlinks: true
linkcolor: darkblue
urlcolor: darkblue
citecolor: darkgreen
book:
title: "Stan User's Guide"
author: "Stan Development Team"
search: true
chapters:
- index.qmd
- part: "Example Models"
chapters:
- regression.qmd
- time-series.qmd
- missing-data.qmd
- truncation-censoring.qmd
- finite-mixtures.qmd
- measurement-error.qmd
- latent-discrete.qmd
- sparse-ragged.qmd
- clustering.qmd
- gaussian-processes.qmd
- copulas.qmd
- hyperspherical-models.qmd
- algebraic-equations.qmd
- odes.qmd
- one-dimensional-integrals.qmd
- complex-numbers.qmd
- dae.qmd
- survival.qmd
- part: "Programming Techniques"
chapters:
- floating-point.qmd
- matrices-arrays.qmd
- multi-indexing.qmd
- user-functions.qmd
- custom-probability.qmd
- proportionality-constants.qmd
- problematic-posteriors.qmd
- reparameterization.qmd
- efficiency-tuning.qmd
- parallelization.qmd
- part: "Posterior Inference & Model Checking"
chapters:
- posterior-prediction.qmd
- simulation-based-calibration.qmd
- posterior-predictive-checks.qmd
- cross-validation.qmd
- poststratification.qmd
- decision-analysis.qmd
- bootstrap.qmd
- multiple-imputation.qmd
- part: "Appendices"
chapters:
- using-stanc.qmd
- style-guide.qmd
- for-bugs-users.qmd
- references.qmd