Skip to content

Commit dca2844

Browse files
committed
add comment about beta parameters for the quadratic example
1 parent cc07b94 commit dca2844

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/notebooks/rkink_pymc.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,8 @@
425425
],
426426
"source": [
427427
"kink = 0.5\n",
428+
"# quadratic function going from 1*x^2 on the left of the kink point, to 1*x^2 -\n",
429+
"# 1*(x-kink) - 5*(x-kink)^2 to the right of the kink point\n",
428430
"beta = [0, 0, 1, -1, -5]\n",
429431
"df = generate_data(beta, kink, N=200, sigma=sigma)\n",
430432
"\n",

0 commit comments

Comments
 (0)