We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bc6cb commit 808a7acCopy full SHA for 808a7ac
1 file changed
Example_CVE_Analysis.ipynb
@@ -182,7 +182,7 @@
182
"id": "680e9b5c-a7e1-4ef9-b076-88b84f069d1d",
183
"metadata": {},
184
"source": [
185
- "We can also compute (crudely) errors on our D and $\\sigma$ parameters using bootstrapping. This is done by using the DSigma_MLE_BootStrap function."
+ "We can also compute (crudely) errors on our D and $\\sigma$ parameters using bootstrapping. This is done by using the DSigma_CVE_BootStrap function."
186
]
187
},
188
{
@@ -204,7 +204,7 @@
204
205
"\"\"\"\n",
206
" Compute diffusion coefficient estimate, and estimate of the\n",
207
- " dynamic localisation error, using the MLE approach.\n",
+ " dynamic localisation error, using the CVE approach.\n",
208
" \n",
209
" Args:\n",
210
" coordinates (np.ndarray): coordinates over time.\n",
0 commit comments