Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cetagostini committed Dec 9, 2023
1 parent ff3cecb commit 7616f0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/notebooks/mmm/hierarchical_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
}
],
"source": [
"%pip install --upgrade pip"
"%pip install --upgrade pip\n",
"#You can skip."
]
},
{
Expand Down Expand Up @@ -581,8 +582,6 @@
"def hill_sigmoidal_saturation(x, sigma, beta, lam):\n",
" \"\"\"\n",
" Compute the hill sigmoidal response curve.\n",
" The function starts at 0 for x -> -infinity, increases rapidly depending on beta,\n",
" and saturates at sigma for x -> +infinity. The transition point is controlled by lam.\n",
"\n",
" Parameters\n",
" ----------\n",
Expand Down

0 comments on commit 7616f0f

Please sign in to comment.