From 3b7f2d81e8babce3ee1d9de635a4eb1ff23488e7 Mon Sep 17 00:00:00 2001 From: Nestor Espinoza Date: Tue, 3 Sep 2019 19:39:28 +0200 Subject: [PATCH] Fixed typos on docs. --- docs/user/priors.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/priors.rst b/docs/user/priors.rst index 1c2cf11..98db025 100644 --- a/docs/user/priors.rst +++ b/docs/user/priors.rst @@ -61,7 +61,7 @@ The (basic) **planetary parameters** currently supported by ``juliet`` are: | ``K_p1`` | RV semi-amplitude of the orbit of the planet (same units as RV data). | +------------------+-----------------------------------------------------------------------+ -Within ``juliet``, it is very important that the periods of the planets are order chronologically, +Within ``juliet``, it is very important that the periods of the planets are in chronological order, i.e., that ``P_p1 < P_p2 < ....``. This is to avoid solutions in which the periods of the planets can be exchanged between the variables. When fitting for transit data, all of the above but ``K`` have to be defined for each planet. When fitting radial-velocities, only ``P``, ``t0``, ``ecc``, ``omega`` @@ -143,7 +143,7 @@ was also done in that section. Currently, `juliet` supports the following prior | | its support. | | +---------------------+-----------------------------------------------------+----------------------+ | ``Jeffreys`` or | A log-uniform distribution defined between a | ``a,b`` | -| or ``Loguniform`` | lower (``a``) and upper (``b``) limit. | | +| ``Loguniform`` | lower (``a``) and upper (``b``) limit. | | +---------------------+-----------------------------------------------------+----------------------+ | ``Beta`` | A beta distribution having support between 0 and 1 | ``alpha,beta`` | | | defined by its ``alpha`` and ``beta`` parameters. | |