From f9c3a3201195a6d147452d25ce20828dd4d40bf0 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Mon, 2 Aug 2021 14:04:11 +0200 Subject: [PATCH] manual: remove misleading statement on prior truncation (cherry picked from commit 650e02d98a707eee685290bd10bdef4f6620b8f5) --- doc/manual/source/the-model-file.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index fcc42707b2..26c1d57c19 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -4859,8 +4859,7 @@ block decomposition of the model (see :opt:`block`). Sets the same generalized beta distribution as before, but now truncates this distribution to ``[-0.5,1]`` through the use of - LOWER_BOUND and UPPER_BOUND. Hence, the prior does not - integrate to ``1`` anymore. + LOWER_BOUND and UPPER_BOUND. *Parameter transformation* -- GitLab