Definition of a Sinusoidal (SIN) Process
SIN(alpha2 = 9e-04, beta = 0.06, U = NULL)
A double
value for the squared amplitude parameter \(\alpha^2\) (see Note for details).
A double
value for the angular frequency parameter \(\beta\) (see Note for details).
A double
value for the phase parameter \(U\) (see Note for details).
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})\)
SIN()
SIN(alpha2 = .5, beta = .05)