The realised squared error exp score is defined by:
$$S(\textbf{\textit{x}}, \textbf{\textit{y}}, a) := (1/n)
\sum_{i = 1}^{n} L(x_i, y_i, a)$$
where
$$\textbf{\textit{x}} = (x_1, ..., x_n)^\mathsf{T}$$
$$\textbf{\textit{y}} = (y_1, ..., y_n)^\mathsf{T}$$
and
$$L(x, y, a) := (\textnormal{e}^{a x} - \textnormal{e}^{a y})^2$$
Domain of function:
$$\textbf{\textit{x}} \in \mathbb{R}^n$$
$$\textbf{\textit{y}} \in \mathbb{R}^n$$
$$a \neq 0$$
Range of function:
$$S(\textbf{\textit{x}}, \textbf{\textit{y}}, a) \geq 0,
\forall \textbf{\textit{x}}, \textbf{\textit{y}} \in \mathbb{R}^n, a \neq 0$$