From d4aa22d01584f467a564366dcc8e23286170b350 Mon Sep 17 00:00:00 2001 From: AleksWork Date: Sat, 9 Dec 2023 21:57:55 +0100 Subject: [PATCH] chore: fix typo --- examples/stochresp.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stochresp.ipynb b/examples/stochresp.ipynb index 224d7f208..74d744b0f 100644 --- a/examples/stochresp.ipynb +++ b/examples/stochresp.ipynb @@ -92,7 +92,7 @@ "id": "b4629e2c", "metadata": {}, "source": [ - "Note that the magnitude of the signal seems to be much larger than $Q$. This is because we have a Guassian process $\\implies$ the signal consists of a sequence of \"impulse-like\" functions that have magnitude that increases with the time step $dt$ as $1/\\sqrt{dt}$ (this gives covariance $\\mathbb{E}(V(t_1) V^T(t_2)) = Q \\delta(t_2 - t_1)$." + "Note that the magnitude of the signal seems to be much larger than $Q$. This is because we have a Gaussian process $\\implies$ the signal consists of a sequence of \"impulse-like\" functions that have magnitude that increases with the time step $dt$ as $1/\\sqrt{dt}$ (this gives covariance $\\mathbb{E}(V(t_1) V^T(t_2)) = Q \\delta(t_2 - t_1)$." ] }, {