Description Usage Arguments Value Process Definition Generation Algorithm Examples
Simulates a Drift Process with a given slope, ω.
1 | gen_dr(N, omega = 5)
|
N |
An |
omega |
A |
A vec
containing the drift.
Drift with parameter omega in Omega where Omega is in R^+ or R^-. This process is defined as: X[t] = omega*t and is occasionally referred to as Rate Ramp.
To generate the Drift process, we first fill a vector
with the omega parameter.
After, we take the cumulative sum along the vector.
1 | gen_dr(10, 8.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.