Create an AR(1) correlation matrix
cormat_ar1(m, rho, d = TRUE)
(matrix)
AR(1) correlation matrix R with entries \(R_{ij} = \rho^{|i-j|}\)
(numeric)
dimensions of the (square) matrix
(numeric)
correlation parameter in (0,1)
(logical | numeric)
binary vector of length m, whereby TRUE/FALSE (alternatively 1/0)
indicate active/inactive components of underlying random vector.