powered by
Create auto-correlation matrix
autocorr.mat(p, rho)
auto-matrix of size p with parameter rho
dimension of matrix
autocorrelation value
# Create 4x4 matrix with correlation between adjacent enties is 0.9 autocorr.mat(4, .9)
Run the code above in your browser using DataLab