Skip to content

Commit 63cb2d1

Browse files
Johanna Haffnerpatrick-kidger
authored andcommitted
add transpose in markdown comment
1 parent 4e4cd6e commit 63cb2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/kalman_filter.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"\n",
208208
"Note how we use `equinox` to combine the Kalman-Filter logic in `__call__` and the Kalman-Filter parameters $Q$ , $R$ in one object.\n",
209209
"\n",
210-
"The matrices $Q$ and $R$ must be positive-definite. To ensure that this property always holds, we fit a matrices $Q'$ and $R'$ instead, and obtain $Q$ and $R$ from their matrix-matrix products. (I.e. $Q = Q' \\cdot Q'$, with $Q'$ square.)"
210+
"The matrices $Q$ and $R$ must be positive-definite. To ensure that this property always holds, we fit a matrices $Q'$ and $R'$ instead, and obtain $Q$ and $R$ from their matrix-matrix products. (I.e. $Q = Q'^T \\cdot Q'$, with $Q'$ square.)"
211211
]
212212
},
213213
{

0 commit comments

Comments
 (0)