generateAR | R Documentation |
Generating stationary autoregressive coefficients
generateAR(n = 1, l = -1, u = 1 ,
min.distance = .Machine$double.eps ,
sort.coeff = FALSE)
n |
The number of coefficients |
l |
Lower bound for coefficients |
u |
Upper bound for coefficients |
min.distance |
Minimum distance amongst all pair of coefficients |
sort.coeff |
Logical flag. If TRUE, then resulting coefficients are sorted descending |
Hamed Haselimashhadi <hamedhaseli@gmail.com>
dregar2
,
dregar6
,
sim.dregar
generateAR(3 , -1 , 1 , .01 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.