Description Usage Arguments Value Examples
Generates non-stationary time series data with autocorrelation trend and normal error distribution.
1  | ts.trend.autocorrelation(N, TS, delta, phis, thetas, error, seeds, burnin)
 | 
N | 
 Number of time series  | 
TS | 
 Size of the time series  | 
delta | 
 Mean  | 
phis | 
 Vector with the minimum and maximum autoregressive values  | 
thetas | 
 Vector with the minimum and maximum moving average values  | 
error | 
 Type of error and parameters Normal - c(ERROR_N, mean, stdv) Exponential - c(ERROR_E, mean, lambda) Triangle - c(ERROR_T, lower, upper, mode)  | 
seeds | 
 Vector of seeds  | 
burnin | 
 Number of samples thrown away at the beginning of time series generation  | 
N time series of size TS
1 2  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.