Skip to content

Commit 808a7ac

Browse files
committed
Updated
1 parent e2bc6cb commit 808a7ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Example_CVE_Analysis.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"id": "680e9b5c-a7e1-4ef9-b076-88b84f069d1d",
183183
"metadata": {},
184184
"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."
185+
"We can also compute (crudely) errors on our D and $\\sigma$ parameters using bootstrapping. This is done by using the DSigma_CVE_BootStrap function."
186186
]
187187
},
188188
{
@@ -204,7 +204,7 @@
204204
"source": [
205205
"\"\"\"\n",
206206
" Compute diffusion coefficient estimate, and estimate of the\n",
207-
" dynamic localisation error, using the MLE approach.\n",
207+
" dynamic localisation error, using the CVE approach.\n",
208208
" \n",
209209
" Args:\n",
210210
" coordinates (np.ndarray): coordinates over time.\n",

0 commit comments

Comments
 (0)