From effc016773860e63b9e235f253f97bf8cf45abff Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Fri, 17 Jan 2025 10:44:33 +0100 Subject: [PATCH] manual: correct value of prior_trunc used in code (cherry picked from commit 54409c081af91e794246894cc7186b2c8e5d4a8e) --- doc/manual/source/the-model-file.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index d0704786d0..2d60d43bde 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -6940,9 +6940,9 @@ observed variables. .. option:: prior_trunc = DOUBLE - Probability of extreme values of the prior density that is + Probability of extreme values of the prior density in each tail that is ignored when computing bounds for the parameters. Default: - ``1e-32``. + ``1e-10``. .. option:: huge_number = DOUBLE -- GitLab