MA_coef_row.Rd
Generate Coefficient Matrix for MA Process
MA_coef_row(value, size = 3)
Value to be added in row
Size of the matrix
Numeric matrix with size rows and size columns
MA_coef_row(0.5) #> [,1] [,2] [,3] #> [1,] 0.0 0 0.0 #> [2,] 0.5 1 0.5 #> [3,] 0.0 0 0.0