gen_sin | R Documentation |
\alpha^2
and \beta
.Simulates a Sinusoidal Process Process with parameter \alpha^2
and \beta
gen_sin(N, alpha2 = 9e-04, beta = 0.06, U = 1)
N |
An |
alpha2 |
A |
beta |
A |
sn A vec
containing the sinusoidal process.
The function first generates a initial cycle oscillation at t=0 from a Uniform law with parameter a = 0 and b = 2 * pi and then compute the signal from its definition
X_t = \alpha \sin(\beta t + U)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.