Skip to content

Commit

Permalink
add comment to explain betas
Browse files Browse the repository at this point in the history
  • Loading branch information
drbenvincent committed Nov 6, 2023
1 parent 5e099c2 commit cc07b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/notebooks/rkink_pymc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
],
"source": [
"kink = 0.5\n",
"# linear function with gradient change of 2 at kink point\n",
"beta = [0, -1, 0, 2, 0]\n",
"sigma = 0.05\n",
"df = generate_data(beta, kink, sigma=sigma)\n",
Expand Down

0 comments on commit cc07b94

Please sign in to comment.