Generating stationary autoregressive coefficients
Generating stationary autoregressive coefficients
generateAR(n = 1, l = -1, u = 1 , min.distance = .Machine$double.eps , sort.coeff = FALSE)
n
: The number of coefficientsl
: Lower bound for coefficientsu
: Upper bound for coefficientsmin.distance
: Minimum distance amongst all pair of coefficientssort.coeff
: Logical flag. If TRUE, then resulting coefficients are sorted descendingHamed Haselimashhadi hamedhaseli@gmail.com
dregar2
, dregar6
, sim.dregar
generateAR(3 , -1 , 1 , .01 )