Skip to content

Commit

Permalink
rv tutorial words
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Nov 30, 2018
1 parent af9f8ae commit d44472d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_static/notebooks/rv.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@
" # Eccentricity & argument of periasteron\n",
" ecc = pm.Uniform(\"ecc\", lower=0, upper=0.99, shape=2,\n",
" testval=np.array([0.1, 0.1]))\n",
"# ecc = pm.Beta(\"ecc\", alpha=0.867, beta=3.03, shape=2,\n",
"# testval=np.array([0.1, 0.1]))\n",
" omega = Angle(\"omega\", shape=2, testval=np.zeros(2))\n",
" \n",
" # Jitter & a quadratic RV trend\n",
Expand Down Expand Up @@ -606,6 +604,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"It looks like everything is pretty much converged here. Not bad for 14 parameters and about a minute of runtime...\n",
"\n",
"Then we can make a [corner plot](https://corner.readthedocs.io) of any combination of the parameters.\n",
"For example, let's look at period, semi-amplitude, and eccentricity:"
]
Expand Down

0 comments on commit d44472d

Please sign in to comment.