Skip to content

Commit f541c5a

Browse files
authored
Merge pull request #3384 from Emaasit/patch-1
corrected typo
2 parents 9ef2947 + 8e643b3 commit f541c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/notebooks/bayes_param_survival_pymc3.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"source": [
169169
"## Accelerated failure time models\n",
170170
"\n",
171-
"[Accenterated failure time models](https://en.wikipedia.org/wiki/Accelerated_failure_time_model) are the most common type of parametric survival regression models. The fundamental quantity of survival analysis is the [survival function](https://en.wikipedia.org/wiki/Survival_function); if $T$ is the random variable representing the time to the event in question, the survival function is $S(t) = P(T > t)$. Accelerated failure time models incorporate covariates $\\mathbf{x}$ into the survival function as\n",
171+
"[Accelerated failure time models](https://en.wikipedia.org/wiki/Accelerated_failure_time_model) are the most common type of parametric survival regression models. The fundamental quantity of survival analysis is the [survival function](https://en.wikipedia.org/wiki/Survival_function); if $T$ is the random variable representing the time to the event in question, the survival function is $S(t) = P(T > t)$. Accelerated failure time models incorporate covariates $\\mathbf{x}$ into the survival function as\n",
172172
"\n",
173173
"$$S(t\\ |\\ \\beta, \\mathbf{x}) = S_0\\left(\\exp\\left(\\beta^{\\top} \\mathbf{x}\\right) \\cdot t\\right),$$\n",
174174
"\n",

0 commit comments

Comments
 (0)