Description Details See Also Examples
ou2
is a pomp
object encoding a bivariate discrete-time Ornstein-Uhlenbeck process.
If the state process is X(t) = (x_{1}(t),x_{2}(t)), then
X(t+1) = α X(t) + σ ε(t),
where α and σ are 2x2 matrices, σ is lower-triangular, and ε(t) is standard bivariate normal.
The observation process is Y(t) = (y_1(t),y_2(t)), where y_i(t) \sim \mathrm{normal}(x_i(t),τ).
The functions rprocess
, dprocess
, rmeasure
, dmeasure
, and skeleton
are implemented using compiled C code for computational speed:
see the source code for details.
1 2 3 4 5 6 7 |
newly created object(s):
ou2
alpha.1 alpha.2 alpha.3 alpha.4 sigma.1 sigma.2 sigma.3 tau x1.0 x2.0
0.8 -0.5 0.3 0.9 3.0 -0.5 2.0 1.0 -3.0 4.0
[1] -479.8434
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.