I have two questions about a Gaussian white noise $\xi_t$:
- First of all, $\xi_t$ is a white noise. So, it's variance should be infinitive. But if the process is Gaussian then it has finite variance. How can Gaussian white noise exist?
- Say, we have to compute the function $u(t)= \sigma \xi_t$ at the moment $t=t_i$ during an integration of another complex system. If $\xi_t$ is a standard Gaussian white noise then we could simulate $\xi_t$ as a random number of standard normal distribution. And we get $u(t_i)=\sigma \hat{\xi_t},\, \hat{\xi_t} \in N(0,1)$. But in case the process isn't a Gaussian one we could write as follows:
$$ u(t) dt =\sigma dW,$$
where W - a Weiner process.
Then we get $u(t_i)=\frac{\sigma}{\sqrt{\Delta t}}\hat{\xi_t}, \, \hat{\xi{_t}} \in N(0,1).$
Where do I make mistake?