In the lecture notes I am reading about Point process, when we introduced the Hawkes process several expressions are given and I have some difficulty to understand properly what is the $Z_t$ (defined below). I tried to make my doubts clear by precising two points w of concerns.
Before I introduce the framework in order to fix notations.
We consider $T_1<…<T_n<..$ the sequence of jump event with values in $\mathbb{R}^{2}_{+}$ and $\lambda(t)$ the intensity function at time $t$. We define the poisson random measure (PRM) associated to the sequence of jump event by
$$ M(\omega)(A)= \sum_{i\geq 0}\delta_{T_i(\omega)}(A),\quad A\in\mathcal{B}(\mathbb{R}^{2}) $$
I will skip the $\omega$ in the sequel for the PRM. Now we define the set
$$ A_t = \{ (x_1,x_2) : 0\leq x_1\leq t, 0\leq x_2\leq\lambda(x_1)\} $$
By precising that $\lambda(t) = \mu + \sum_{n : T_n <t}h(t-T_n)$ with $\mu>0$ and $h :\mathbb{R}_{+}\to\mathbb{R}_{+}$, we define the linear Hawkes process by
$$ Z_t = M(A_t) $$
Then, I have two concerns :
- The justification of such equality
$Z_t = \int_{[0,t]}\int_{0}^{\infty}1_{z\leq\lambda(s)} M(ds,dz)$
Indeed,I would like to start with the very definition of $Z_t$ that is with an integral over $\mathbb{R}^{2}$ since the PRM is a $2$ dimensional random measure :
$$ Z_t = \int_{[0,t]\times[0,\lambda(s)]}M(ds,dz) $$
But then I don’t know how to separate the integral in two since I cannot use Fubini in this context.
How can I justify the passage from the integral above to
$$ Z_t = \int_{[0,t]}\int_{0}^{\infty}1_{z\leq\lambda(s)} M(ds,dz) $$
?
This makes me doubt about my comprehension of this $Z_t$.
- The second concern is about the function $\lambda(t)$. Indeed $h$ is defined on $\mathbb{R}_{+}$ so the expression $h(t-T_n)$ does not make sense since $T_n(\omega)\in\mathbb{R}^{2}_{+}$ ?
This concerns me all the more as the following expression is often used
$$ \int_{(0,s)}h(s-u)dZ_u = \sum_{ k : T_k < s} h(s-T_k) $$
Which, for me until now, does not make sense given the definition of $T_n$.
If you have any answers that might help me, please don't hesitate! Thank you very much.
$\mathbb{R}_{+}^{2} = \{ (x,y)\in\mathbb{R}^{2} : x\geq 0, y\geq 0\}$
After some thoughts concerning the second point, it may be possible to consider as the initial point process $X_k$ with values in $\mathbb{R}^{2}_{+}$ (for example a $2$ dimensional uniform law) and then define
$$ T_k(\omega)= \pi_{1}(X_k(\omega))= x_1 $$
Where $X_k(\omega)=(x_1,x_2)$. In order to have
$$ \lambda(t) = \mu + \sum_{n : T_n <t}h(t-T_n) $$
that is well defined.
I don’t know if it is correct in that way but I think it avoids the confusion I highlighted above. Let me know what is your thoughts on this please.