Skip to content

Commit 6c17242

Browse files
authored
Merge pull request #1 from alphagammamle/master
typos
2 parents a55b047 + 26ac4e4 commit 6c17242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Data Generation and Likelihood Fit.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@
12671267
"\n",
12681268
" Returns:\n",
12691269
" * An (Sx2) array of forward-looking costs associated with each\n",
1270-
" sate and each decision.\n",
1270+
" state and each decision.\n",
12711271
" \"\"\"\n",
12721272
" achieved = True\n",
12731273
" # Initialization of the contraction mapping\n",
@@ -1316,7 +1316,7 @@
13161316
" def loglike(self, params):\n",
13171317
" \"\"\"\n",
13181318
" The log-likelihood of the Dynamic model is estimated in several steps.\n",
1319-
" 1°) The currenter parameters are supplied to the contraction mapping \n",
1319+
" 1°) The current parameters are supplied to the contraction mapping \n",
13201320
" function\n",
13211321
" 2°) The function returns a matrix of decision probabilities for each \n",
13221322
" state.\n",

0 commit comments

Comments
 (0)