if output = TRUE write a output to an Excel (.csv).
Value
data.frame(time,x) and plot of process.
Details
The Ornstein-Uhlenbeck or Vasicek process is the unique solution to the following stochastic differential equation : $$dX(t) = - r * X(t) * dt + sigma * dW(t)$$ With -r * X(t) :drift coefficient and sigma : diffusion coefficient, W(t) is Wiener process, the discretization dt = (T-t0)/N.
Please note that the process is stationary only if r > 0.
See Also
OUF Flow of Ornstein-Uhlenbeck Process, PEOU Parametric Estimation of Ornstein-Uhlenbeck Model, PEOUexp Explicit Estimators of Ornstein-Uhlenbeck Model, snssde Simulation Numerical Solution of SDE.