generateAR {DREGAR} | R Documentation |
Generating stationary autoregressive coefficients
Description
Generating stationary autoregressive coefficients
Usage
generateAR(n = 1, l = -1, u = 1 ,
min.distance = .Machine$double.eps ,
sort.coeff = FALSE)
Arguments
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 |
Author(s)
Hamed Haselimashhadi <hamedhaseli@gmail.com>
See Also
dregar2
,
dregar6
,
sim.dregar
Examples
generateAR(3 , -1 , 1 , .01 )
[Package DREGAR version 0.1.3.0 Index]