From 5f52afa62d9541128f777a475761cc810f25ce35 Mon Sep 17 00:00:00 2001 From: Hans Olsson Date: Fri, 10 Dec 2021 08:52:41 +0100 Subject: [PATCH] Update chapters/equations.tex --- chapters/equations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/equations.tex b/chapters/equations.tex index 5f690da48..7e1907c32 100644 --- a/chapters/equations.tex +++ b/chapters/equations.tex @@ -887,7 +887,7 @@ \subsection{Recommended selection of start values}\label{recommended-selection-o The model component hierarchy level number is used to give \lstinline!start!-attribute a confidence number, where a lower number means that the \lstinline!start!-attribute is more confident. Loosely, if the \lstinline!start!-attribute is set or modified on level $i$ then the confidence number is $i$. If a \lstinline!start!-attribute is set by a possibly hierarchical modifier at the top level, then this \lstinline!start!-attribute has the highest confidence, namely 1 irrespectively on what level, the variable itself is declared. -If the \lstinline!start!-attribute is set equal to parameter, which may be equal which may be equal to another parameter (etc), the lowest confidence number of these bindings are used. +If the \lstinline!start!-attribute is set equal to a parameter, which may be equal which may be equal to another parameter (etc), the lowest confidence number of these bindings are used. (In almost all cases that is the confidence number of the last parameter binding in the chain.) Note that this is only applied if the expression is exactly the parameter -- not an expression depending on one or more parameters. In case the confidence number considering parameter bindings is tied the confidence number of the \lstinline!start!-attribute is used to break the tie, if unequal.