SIN | R Documentation |
Definition of a Sinusoidal (SIN) Process
SIN(alpha2 = 9e-04, beta = 0.06, U = NULL)
alpha2 |
A |
beta |
A |
U |
A |
An S3 object containing the specified ts.model with the following structure:
Used in summary: "ALPHA2","BETA"
Parameter vector including \alpha^2
, \beta
Number of parameters
String containing simplified model
"SIN"
Depth of Parameters e.g. list(1,1)
Find starting values? TRUE or FALSE (e.g. specified value)
We consider the following sinusoidal process :
X_t = \alpha \sin(\beta t + U)
, where U \sim \mathcal{U}(0, 2\pi)
and \beta \in (0, \frac{\pi}{2})
Lionel Voirol
SIN()
SIN(alpha2 = .5, beta = .05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.