Sets up the necessary backend for the DR process.
DR(omega = NULL)
A double
value for the slope of a DR process (see Note for details).
An S3 object with called ts.model with the following structure:
Used in summary: "DR"
slope
String containing simplified model
Number of parameters
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 = \omega t$$
DR()
DR(omega=3.4)