You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knitr/planetary_motion/planetary_motion.rmd
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,18 @@ author: Charles C. Margossian^[Department of Statistics, Columbia University; co
5
5
output: bookdown::gitbook
6
6
# output: bookdown::pdf_book
7
7
keep_tex: true
8
-
# toc: true
8
+
toc: true
9
+
toc_float: true
9
10
documentclass: article
10
11
bibliography: ref.bib
11
12
urlcolor: blue
12
-
link-citations: true
13
+
#link-citations: true
13
14
abstract: "The Bayesian model of planetary motion is a simple but powerful example that illustrates important concepts, as well as gaps, in prescribed modeling workflows. Our focus is on Bayesian inference using Markov chains Monte Carlo for a model based on an ordinary differential equations (ODE). Our example presents unexpected multimodality, causing our inference to be unreliable and what is more, dramatically slowing down our ODE integrators. What do we do when our chains do not mix and do not forget their starting points? Reasoning about the computational statistics at hand and the physics of the modeled phenomenon, we diagnose how the modes arise and how to improve our inference. Our process for fitting the model is iterative, starting with a simplification and building the model back up, and makes extensive use of visualization."
14
15
---
15
16
16
17
## Introduction {-#inst}
17
18
18
-
As developers of statistical softwares^[The authors are notably members of the Stan development team, see [mc-stan.org](https://mc-stan.org/).], we realize that we cannot fully automate modeling.
19
+
As developers of statistical software^[One of the software we work on is Stan, see [mc-stan.org](https://mc-stan.org/).], we realize that we cannot fully automate modeling.
19
20
Practitioners need to take bespoke steps to fit, evaluate, and improve their models.
20
21
At the same time, the more modeling we do, the better prepared we usually are for the next project we undertake.
21
22
It's not uncommon to apply hard-learned lessons from a past project to a new problem.
0 commit comments