Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 927ac4a

Browse files
authored
Update README.md
DOIs for 2018 asilomar
1 parent bea21bf commit 927ac4a

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

Diff for: README.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ Links:
196196

197197
This submission investigates whether the New York City Police Department (NYPD) uses productivity targets or quotas to manage officers in contravention of New York State Law. The analysis is presented in three parts. First, the NYPD's employee evaluation system is introduced, and the criticism that it constitutes a quota is summarized. Secondly, a publically available dataset of traffic tickets issued by NYPD officers in 2014 and 2015 is described. Finally, a generative model to describe how officers write traffic tickets is proposed. The fitted model is consistent with the criticism that police officers substantially alter their ticket writing to coincide with departmental targets. The submission concludes by discussing the implication of these findings and offering directions for further research.
198198

199+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1284317.svg)](https://doi.org/10.5281/zenodo.1284317)
200+
199201
Links:
200202

201203
- [Video](https://youtu.be/5qojKAiirqI)
@@ -211,6 +213,8 @@ Links:
211213

212214
Alzheimer's Disease is one the most debilitating diseases, but how do we diagnose it accurately? Researchers have been trying to answer this question by building generative models to describe how patient biomarkers, such as MRI scans, psychological tests, and lab tests relate over time to the underlying brain deterioration that's present in Alzheimer's Disease. In this notebook we show how we translated these models to the Bayesian framework in Stan and how this allowed for several model improvements that can ultimately improve our understanding of Alzheimer's and help physicians in diagnosis. In particular, we describe how we hierarchically model patient disease trajectories to obtain stable estimates for patients who lack data. We describe how fitting in Stan yields uncertainties on these disease trajectories, and why that is important for weighing the pros and cons of risky treatment. Lastly, we describe a new method for Bayesian modeling of these monotonic disease trajectories in Stan using I-Splines.
213215

216+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1284330.svg)](https://doi.org/10.5281/zenodo.1284330)
217+
214218
Links:
215219

216220
- [Video](https://youtu.be/j_JIfNiO9TA)
@@ -227,6 +231,8 @@ Links:
227231
The joint modelling of longitudinal and time-to-event data has received much attention in the biostatistical literature in recent years. In this notebook (and talk), we describe the implementation of a shared parameter joint model for longitudinal and time-to-event data in Stan. The methods described in the
228232
notebook are a simplified version of those underpinning the `stan_jm` modeling function that has recently been contributed to the [**rstanarm**](http://mc-stan.org/rstanarm) R package.
229233

234+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1284334.svg)](https://doi.org/10.5281/zenodo.1284334)
235+
230236
Links:
231237

232238
- [Video](https://youtu.be/8r-Ipt885FA)
@@ -243,6 +249,8 @@ Links:
243249

244250
We implement a standard Hidden Markov Model (HMM) and the Input-Output Hidden Markov Model for unsupervised learning of time series dynamics in Stan. We begin by reviewing three commonly-used algorithms for inference and parameter estimation, as well as a number of computational techniques and modeling strategies that make full Bayesian inference practical. For both models, we demonstrate the effectiveness of our proposed approach in simulations. Finally, we give an example of embedding a HMM within a larger model using an example from the econometrics literature.
245251

252+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1284341.svg)](https://doi.org/10.5281/zenodo.1284341)
253+
246254
Links:
247255

248256
- [Video](https://youtu.be/oe9PAEI97oI)
@@ -258,6 +266,8 @@ Links:
258266

259267
Ornstein-Uhlenbeck (OU) processes are a mean reverting process and is used to model dynamics in biology, physics, and finance. I fit an extension of the OU process that is driven by a Lévy process with Student's t-marginals rather than Brownian motion with Gaussian marginals, which allows for heavy-tailed increments. I implement four formulations of the Student-t OU-type model in Stan and compare the sampling performance on both real and simulated population dynamic data.
260268

269+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1284346.svg)](https://doi.org/10.5281/zenodo.1284346)
270+
261271
Links:
262272

263273
- Video (coming soon)
@@ -274,6 +284,8 @@ Links:
274284

275285
We present SlicStan — a probabilistic programming language that compiles to Stan and uses static analysis techniques to allow for more abstract and flexible models. SlicStan is novel in two ways: (1) it allows variable declarations and statements to be automatically shredded into different components needed for efficient Hamiltonian Monte Carlo inference, and (2) it introduces more flexible user-defined functions that allow for new model parameters to be declared as local variables. This work demonstrates that efficient automatic inference can be the result of the machine learning and programming languages communities joint efforts.
276286

287+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1284348.svg)](https://doi.org/10.5281/zenodo.1284348)
288+
277289
Links:
278290

279291
- [Video](https://youtu.be/WTqnehdFNbo)
@@ -284,12 +296,14 @@ Links:
284296

285297
<br>
286298

287-
**_Introducing idealstan, an R package for ideal point modeling with Stan_**
299+
**_idealstan: an R package for ideal point modeling with Stan_**
288300

289301
* Authors: Robert Kubinec (University of Virginia)
290302

291303
Item-response theory (IRT) ideal-point scaling/dimension reduction methods that incorporate additional response categories and missing/censored values, including absences and abstentions, for roll call voting data (or any other kind of binary or ordinal item-response theory data). Full and approximate Bayesian inference is done via Stan.
292304

305+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1284361.svg)](https://doi.org/10.5281/zenodo.1284361)
306+
293307
Links:
294308

295309
- [Video](https://youtu.be/0ZjrLOosXwk)
@@ -305,6 +319,8 @@ Links:
305319

306320
Stan’s numerical algebraic solver can be used to solve systems of nonlinear algebraic equations with no closed form solutions. One of its key applications in scientific and engineering fields is the computation of equilibrium states (equivalently steady states). This case study illustrates the use of the algebraic solver by applying it to a problem in pharmacometrics. In particular, I show the algebraic system we solve can be quite complex and embed, for instance, numerical solutions to ordinary differential equations. The code in R and Stan are provided, and a Bayesian model is fitted to simulated data.
307321

322+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1284375.svg)](https://doi.org/10.5281/zenodo.1284375)
323+
308324
Links:
309325

310326
- [Video](https://youtu.be/JhwZIX5ryw0)
@@ -320,6 +336,8 @@ Links:
320336

321337
This outlines a Bayesian approach to resonance ultrasound spectroscopy (RUS), a technique for estimating elastic constants of a material from a sample's measured resonance modes. The notebook includes an example of how to take advantage of custom automatic differentiation in specialized Stan models (either for numerical or efficiency reasons).
322338

339+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1285265.svg)](https://doi.org/10.5281/zenodo.1285265)
340+
323341
Links:
324342

325343
- [Video](https://youtu.be/vOoZBTpN8n4)
@@ -335,6 +353,8 @@ Links:
335353

336354
This notebook illustrates how to fit aggregate random coefficient logit models in Stan, using Bayesian techniques. It’s far easier to learn and implement than the standard BLP algorithm, and has the benefits of being robust to mismeasurement of market shares, and giving limited-sample posterior uncertainty of all parameters (and demand shocks). This comes at the cost of modeling firms’ price-setting process, including how unobserved product-market demand shocks affect prices.
337355

356+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1285268.svg)](https://doi.org/10.5281/zenodo.1285268)
357+
338358
Links:
339359

340360
- [Video](https://youtu.be/LDOhRIRRe8M)
@@ -350,6 +370,8 @@ Links:
350370

351371
We develop a new statistical test to detect bias in decision making — the threshold test—that mitigates the problem of infra-marginality by jointly estimating decision thresholds and risk distributions.
352372

373+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1285270.svg)](https://doi.org/10.5281/zenodo.1285270)
374+
353375
Links:
354376

355377
- [Video](https://youtu.be/vEO-rjAqGW8)
@@ -366,6 +388,8 @@ Links:
366388

367389
A Bayesian paradigm for making drug approval decisions. Case study in the treatment of Diabetes (Type 2).
368390

391+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1285274.svg)](https://doi.org/10.5281/zenodo.1285274)
392+
369393
Links:
370394

371395
- [Video](https://youtu.be/Gt73VNaZLXA)
@@ -382,6 +406,8 @@ Links:
382406

383407
The potential outcomes framework often uses one or more parametric outcome models to learn about underlying causal processes. In Stan, parameter estimation using observed data takes place in the model block, while simulation-based estimation of causal parameters using the g-formula can be done separately with generated quantities. Bayesian estimation allows for data-driven sensitivity analysis regarding the assumption of no unmeasured confounding. This presentation shows some simple causal models, then outlines a basic sensitivity analysis using prior information derived from an external data source.
384408

409+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1285276.svg)](https://doi.org/10.5281/zenodo.1285276)
410+
385411
Links:
386412

387413
- [Video](https://youtu.be/W3gnbG0v4IE)
@@ -397,6 +423,8 @@ Links:
397423

398424
Earthquake modeling with Stan. Applied to seismic recurrence in Ecuador in 2016.
399425

426+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1285278.svg)](https://doi.org/10.5281/zenodo.1285278)
427+
400428
Links:
401429

402430
- [Video](https://youtu.be/hTswMCRzltQ)

0 commit comments

Comments
 (0)