From 2e8ced89523a80333f8024a68559e33dafa706e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Argos=29?= <stepan@adjemian.eu> Date: Tue, 12 Mar 2024 08:51:43 +0100 Subject: [PATCH] Add missing option (auxname) in pac_model documentation. --- doc/manual/source/the-model-file.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 0f79c48d70..ce6e09e7be 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -14766,6 +14766,11 @@ simply add the exogenous variables to the PAC equation (without the weight used if the target shows up in level in the auxiliary model, equation (A.74) in *Brayton et alii (2000)*. + .. option:: auxname = STRING + + Name the auxiliary variable, created by the preprocessor, that + will define the expectation term in the PAC equation. + .. operator:: pac_expectation (NAME_OF_PAC_MODEL); -- GitLab