From fef3c2dc9d2e5d46c3c84f23b514c9d93fbc95cb Mon Sep 17 00:00:00 2001 From: Olaf Schumann Date: Wed, 29 Sep 2021 19:54:18 +0000 Subject: [PATCH] update settings.rst --- docs/source/io_formats/settings.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/source/io_formats/settings.rst b/docs/source/io_formats/settings.rst index e73bcff28..8a83de7ac 100644 --- a/docs/source/io_formats/settings.rst +++ b/docs/source/io_formats/settings.rst @@ -650,19 +650,24 @@ variable and whose sub-elements/attributes are as follows: number :math:`a` that parameterizes the distribution :math:`p(x) dx = c x e^{-x/a} dx`. - For a "mixture" distribution, ``parameters`` provide the :math:'(p,d)' pairs - connecting the probabilites :math:'p' with the different sub-distributions - :math:'d'. All probabilities :math:'p' are given first followed by the corresponding - distributions :math:'d'. - .. note:: The above format should be used even when using the multi-group :ref:`energy_mode`. + :interpolation: For a "tabular" distribution, ``interpolation`` can be set to "histogram" or "linear-linear" thereby specifying how tabular points are to be interpolated. *Default*: histogram +:pair: + For a "mixture" distribution, this element provides a distribution and its corresponding probability.a + + :probability: + An attribute or ``pair`` that provides the probability of a univatiate distribution within a "mixture" distribution. + + :dist: + This sub-element of a ``pair`` element provides information on the corresponding univariate distribution. + ------------------------- ```` Element -------------------------