Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed May 24, 2024
1 parent 7cf0258 commit 0f752aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/higher-order/behavioral_state.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@
"id": "94fc9043",
"metadata": {},
"source": [
"We can now estimate and plot the psychometric peformance across all trials in a session."
"We can now estimate and plot the psychometric performance across all trials in a session."
]
},
{
Expand Down Expand Up @@ -1006,7 +1006,7 @@
"id": "eab15cef",
"metadata": {},
"source": [
"For this example, we will simply pick the state with maximum probability on each trial (and add it to our dataframe of trials), but you could also decide to include only states with probability above some threshold (*i.e.*, 80%) and set intances below this threshold to \"undetermined\"."
"For this example, we will simply pick the state with maximum probability on each trial (and add it to our dataframe of trials), but you could also decide to include only states with probability above some threshold (*i.e.*, 80%) and set instances below this threshold to \"undetermined\"."
]
},
{
Expand Down

0 comments on commit 0f752aa

Please sign in to comment.