Create an Random Walk (RW) Process
Sets up the necessary backend for the RW process.
RW(gamma2 = NULL)
gamma2 |
A |
An S3 object with called ts.model with the following structure:
Used in summary: "RW"
sigma
Number of parameters
String containing simplified model
y desc replicated x times
Depth of parameters e.g. list(1)
Guess starting values? TRUE or FALSE (e.g. specified value)
We consider the following model:
Y_t = ∑\nolimits_{t=0}^{T} γ_0*Z_t
where Z_t is iid and follows a standard normal distribution.
James Balamuta
RW() RW(gamma2=3.4)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.