Skip to content
Gallery
GNN (Generalized Notation Notation) website
Share
Explore
GNN Specification

icon picker
GNN Punctuation


GNN Punctuation
Not synced yet
Symbol
Meaning
Example Use
Meaning of Example
1
^
A caret means superscript.
X^Y
X with a superscript Y
2
,
A comma is used to separate items in a list.
X,Y
List with X and Y as elements
3
#
A hashtag signals the title header in the Markdown file.
# Title123
Has “Title123” as model title
4
##
A double hashtag signals a new section in the Markdown file.
## Section123
Has “Section123” as a section name
5
###
A triple hashtag is a comment line in the Markdown file.
### Comment123
Has “Comment123” as a comment
6
{ }
Curly brackets are specification of exact values for a variable.
X{1}
X is a scalar with value of 1
7
-
Hypen is an undirected causal edge between two variables.
X-Y
Undirected causal edge between X and Y
8
( )
Parentheses are used to bound other expressions.
X^(Y_2)
X with a superscript that is Y with a subscript 2
9
[ ]
Rectangular brackets define the dimensionality, or state space, of a variable.
X[2,3]
X is a matrix with dimensions (2,3)
10
=
The equals sign declares the two side of the = to be equal.
X=5
Sets the variable X to value of 5
11
>
The greater than symbol represents a directed causal edge between two variables.
X>Y
Unidirectional causal edge from X to Y
12
_
Underscore means subscript.
X_2
X with a subscript 2
There are no rows in this table

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.