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
* create truncated regression example
* delete truncated regression example from main branch
* update censored model to v4 using pm.Censored
* comply with style guide, hopefully
* addressing pull request comments
* markdown edits
* perfecting wording around the censored distribution plot
* fix citations and cross-references
Co-authored-by: Benjamin T. Vincent <drbenvincent@users.noreply.github.com>
Co-authored-by: Oriol (ZBook) <oriol.abril.pla@gmail.com>
Copy file name to clipboardExpand all lines: examples/survival_analysis/censored_data.ipynb
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
"cell_type": "markdown",
5
5
"metadata": {},
6
6
"source": [
7
+
"(censored_data)=\n",
7
8
"# Censored Data Models"
8
9
]
9
10
},
@@ -369,6 +370,7 @@
369
370
"cell_type": "markdown",
370
371
"metadata": {},
371
372
"source": [
373
+
"(censored_data/model1)=\n",
372
374
"### Model 1 - Imputed Censored Model of Censored Data\n",
373
375
"\n",
374
376
"In this model, we impute the censored values from the same distribution as the uncensored data. Sampling from the posterior generates possible uncensored data sets.\n",
0 commit comments