Skip to content

Commit 55312db

Browse files
committed
update readme
1 parent 2065c2c commit 55312db

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The master branch contains latest changes to the main release version.
3030

3131
The devel branch is a development version, using CAMB devel branch which integrates
3232
CAMB and CAMB sources (though CAMB sources functions are not available via CosmoMC yet).
33-
Includes run-time changing of dark energy model and support for neutrino hierarchies.
33+
Includes run-time changing of dark energy model between fluid and PPF modes (easily extended).
3434
Shared general function now taken from the `forutils <https://github.com/cmbant/forutils>`_ library.
3535

3636
.. image:: https://secure.travis-ci.org/cmbant/CosmoMC.png?branch=devel

docs/readme.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -366,18 +366,17 @@ <H3>Running the GetDist program</H3>
366366
<LI>Set the <b>parameter_names</b> parameter to specify a .paramnames file with the names and labels for parameters corresponding to the various columns in the chain files (see the supplied examples). If this parameter is empty getdist reads the parameters from the file_root.paramnames file that is output when generating the chains.
367367
<BR><BR><LI>
368368
If you have a derived parameter which has a prior which cuts off when the posterior is non-negligible
369-
you need to set the <b>limits[paramname]</b> variables to the corresponding limits
370-
- for example r02 for the tensor ratio. Otherwise
369+
you need to either set the limits in a xxx.derived_ranges file analogous to the xxx.paramnames file being when running the chains, or
370+
set the <b>limits[paramname]</b> variables to the corresponding limits when running GetDist. Otherwise
371371
limits are computed automatically. <i>DO NOT</i> use limits[paramname] to change
372372
the bounds on other plots - the program uses the limits information when
373-
it is estimating the posteriors from the samples. Limits for base MCMC parameters are set automatically from the .ranges file.
374-
When limits[paramname] are used the .margestats file
375-
contains one tail statistics - i.e. the lower bound is where 1-x of points are lower and x of the points higher, the upper bound is where 1-x of the points are higher and x lower (usually only one of the limits would be used). If only one end is fixed you can use N the floating end, e.g. "limitsxx = 0 N" for the tensor amplitude which has a greater than zero prior.
373+
it is estimating the posteriors from the samples. Limits for base MCMC and standard derived parameters are set automatically from the .ranges file produced with the chain.
374+
If only one end is fixed you can use N the floating end, e.g. "limitsxx = 0 N" for the tensor amplitude which has a greater than zero prior.
376375
<BLOCKQUOTE>
377-
<Font color=#FF0000>Example:</font> Since <I>many</I> people get this wrong, here is an illustration of what happens when generating plots from a tensor run set of chains (with prior r>0):<P>
376+
<Font color=#FF0000>Example:</font> Since often people get this wrong with new parameters, here is an illustration of what happens when generating plots from a tensor run set of chains (with prior r>0):<P>
378377
<table border=0 Cellpadding=20><TR><TD>
379378
<IMG SRC="http://cosmologist.info/cosmomc/pics/r_wrong.png"><BR>
380-
Incorrect result when <B>limits[r02]</B> is not set.</TD><TD> <IMG SRC="http://cosmologist.info/cosmomc/pics/r_correct.png"><BR>Correct result when setting <B>limits[r02]=0 N</B>.</TD></TR></table>
379+
Incorrect result when no chain.ranges file and <B>limits[r02]</B> is not set.</TD><TD> <IMG SRC="http://cosmologist.info/cosmomc/pics/r_correct.png"><BR>Correct result when setting <B>limits[r02]=0 N</B> (or using default .ranges file, which includes the equivalent prior information from paramnames/derived_tensors.derived_ranges).</TD></TR></table>
381380
<P>
382381
<LI>Various parameters determine how sample densities are computed (see the <A HREF="http://cosmologist.info/notes/GetDist.pdf">Kernel Density Estimation notes</A>). The <B>smooth_scale_1D</b> and <B>smooth_scale_2D</B> parameters can be set to change the smoothing scale.
383382
For smooth_scale_1D:
@@ -569,6 +568,7 @@ <H3>Running the GetDist program</H3>
569568
<UL>
570569
<LI><B>xxx 2016</B><BR>
571570
<UL>
571+
<LI>Added .derived_ranges files (in /paramnames folder) to specify hard priors on derived parameters. These are now propagated to output chain .ranges file along with H0 and z_rei priors (and hence limits do not need to be manually specified when running GetDist).
572572
<LI>Added <b>neutrino_hierarchy</b> (={normal, inverted, degenerate}), to support one or two distinct eigenstate approximation to oscillation constraints.
573573
</UL>
574574

0 commit comments

Comments
 (0)