Skip to content
Snippets Groups Projects
Commit 0cdf73b8 authored by Bardhyl Miftari's avatar Bardhyl Miftari
Browse files

hierarchical_models smaller font

parent 92d72ebe
No related branches found
No related tags found
No related merge requests found
Pipeline #14052 passed
......@@ -76,11 +76,11 @@ In contrast to parameters, variables can only be passed from the bottom up. Thus
.. math::
:nowrap:
{\small
\begin{align*}
&\texttt{<parent node identifier> <- <child node identifier>.<variable identifier>};\\
&\texttt{<parent node identifier> <- <child node identifier>.<variable identifier>[<expression>]};
\end{align*}}
&{\small\texttt{<parent node identifier> <- <child node identifier>.<variable identifier>}};\\
&{\small\texttt{<parent node identifier> <- <child node identifier>.<variable identifier>[<expression>]}};
\end{align*}
Note that parent variables defined in such fashion must have the same type as the underlying child variables and vector variables must also have the same length. In addition, parent variables can only be defined from child variables one level down in the hierarchy.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment