You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/readme.html
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -366,18 +366,17 @@ <H3>Running the GetDist program</H3>
366
366
<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.
367
367
<BR><BR><LI>
368
368
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
371
371
limits are computed automatically. <i>DO NOT</i> use limits[paramname] to change
372
372
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.
376
375
<BLOCKQUOTE>
377
-
<Fontcolor=#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
+
<Fontcolor=#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>
Incorrect result when <B>limits[r02]</B> is not set.</TD><TD><IMGSRC="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><IMGSRC="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>
381
380
<P>
382
381
<LI>Various parameters determine how sample densities are computed (see the <AHREF="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.
383
382
For smooth_scale_1D:
@@ -569,6 +568,7 @@ <H3>Running the GetDist program</H3>
569
568
<UL>
570
569
<LI><B>xxx 2016</B><BR>
571
570
<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).
572
572
<LI>Added <b>neutrino_hierarchy</b> (={normal, inverted, degenerate}), to support one or two distinct eigenstate approximation to oscillation constraints.
0 commit comments