Skip to content

Commit

Permalink
Possible MathJax conflict? #2
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsheldon committed Apr 15, 2020
1 parent cffbcf3 commit 5716d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vonFoersterHazards.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"\n",
"## Methods\n",
"\n",
"In general when we are unable to observe or model every transition, such as when the integral of the hazard rate is taken over a duration larger than the smallest [characteristic dwelling time](https://en.wikipedia.org/wiki/Relaxation_%28physics%29) of the states, the probability density matrix requires calculation of the [adjoint derivative](https://en.wikipedia.org/wiki/Derivative_of_the_exponential_map) of the cumulative probability matrix, where the dot is the [currying](https://en.wikipedia.org/wiki/Currying) application of the [adjoint operator](https://en.wikipedia.org/wiki/Adjoint_representation) $\\operatorname{ad}_A B=AB-BA$ to the parenthesized hazard rate $H$:\n",
"In general when we are unable to observe or model every transition, such as when the integral of the hazard rate is taken over a duration larger than the smallest [characteristic dwelling time](https://en.wikipedia.org/wiki/Relaxation_%28physics%29) of the states, the probability density matrix requires calculation of the [adjoint derivative](https://en.wikipedia.org/wiki/Derivative_of_the_exponential_map) of the cumulative probability matrix, where the dot is the [currying](https://en.wikipedia.org/wiki/Currying) application of $\\operatorname{ad}_X Y=XY-YX$, the [adjoint operator](https://en.wikipedia.org/wiki/Adjoint_representation), to the parenthesized hazard rate $H$:\n",
"\n",
"$$\n",
"\\operatorname{\\mathbb{P}}\\left[ T_{i \\rightarrow j} = t \\right] = \\operatorname{\\left[ \\frac{e^{-\\operatorname{ad}_{\\int_0^t H ds} \\cdot} - 1}{\\operatorname{ad}_{\\int_0^t H ds} \\cdot} \\right]} \\left(H\\right) e^{- \\int_0^t H ds}\n",
Expand Down

0 comments on commit 5716d95

Please sign in to comment.