File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/survival_analysis Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 209209 "\n",
210210 "Solving this differential equation for the survival function shows that\n",
211211 "\n",
212- "$$S(t) = \\exp\\left(-\\int_0^s \\lambda(s)\\ ds\\right).$$\n",
212+ "$$S(t) = \\exp\\left(-\\int_0^t \\lambda(s)\\ ds\\right).$$\n",
213213 "\n",
214214 "This representation of the survival function shows that the cumulative hazard function\n",
215215 "\n",
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ $$\begin{align*}
8787
8888Solving this differential equation for the survival function shows that
8989
90- $$ S(t) = \exp\left(-\int_0^s \lambda(s)\ ds\right). $$
90+ $$ S(t) = \exp\left(-\int_0^t \lambda(s)\ ds\right). $$
9191
9292This representation of the survival function shows that the cumulative hazard function
9393
You can’t perform that action at this time.
0 commit comments