From 54409c081af91e794246894cc7186b2c8e5d4a8e 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 --- 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 82955ef4ab..b45fce6ad8 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -7052,9 +7052,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