Qt_data | R Documentation |
Simulate data from time-varying trend model
Qt_data(T_n, param)
T_n |
integer, sample size |
param |
a list of parameters
|
a vector of non-stationary time series
param = list(d = -0.2, tvd = 0, tw = 0.8, rate = 0.1, center = 0.3, ma_rate = 0, cur = 1)
data = Qt_data(300, param)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.