This function implements the simulation proposed by Besse and Cardot
(1996) to simulate a FAR process following the Stochastic Differential
Equation:
$$dX^{(2)}+a_2.dX+a_1.X=\code{sigma}.dW$$
Where \(dX^{(2)}\) and \(dX\) stand respectively for
the second and first derivate of the process X, and W is a brownian
process.
The coefficients \(a_1\) and \(a_2\) are the two first
elements of coef
.
The simulation use a order one approximation inspired by the work of
Milstein, as described in Besse and Cardot (1996).