| DR {simts} | R Documentation | 
Create an Drift (DR) Process
Description
Sets up the necessary backend for the DR process.
Usage
DR(omega = NULL)
Arguments
omega | 
 A   | 
Value
An S3 object with called ts.model with the following structure:
- process.desc
 Used in summary: "DR"
- theta
 slope
String containing simplified model
- plength
 Number of parameters
- obj.desc
 y desc replicated x times
- obj
 Depth of parameters e.g. list(1)
- starting
 Guess starting values? TRUE or FALSE (e.g. specified value)
Note
We consider the following model:
Y_t = \omega t
Author(s)
James Balamuta
Examples
DR()
DR(omega=3.4)
[Package simts version 0.2.2 Index]