dae (version 3.1-23)

mat.ma1: Forms an ma1 correlation matrix

Description

Form the correlation matrix of order order whose correlations follow the ma1 pattern. The matrix is banded and has diagonal elements equal to one and subdiagonal element equal to -MAparameter / (1 + MAparameter*MAparameter).

Usage

mat.ma1(MAparameter, order)

Arguments

MAparameter

The moving average parameter, being the weight applied to the lag 1 random pertubation.

order

The order of the matrix to be formed.

Value

A banded correlation matrix whose elements follow an ma1 pattern.

See Also

mat.I, mat.J, mat.exp, mat.gau, mat.banded, mat.ar2, mat.ar3, mat.sar2, mat.ma2, mat.arma

Examples

Run this code
# NOT RUN {
    corr <- mat.ma1(MAparameter=0.4, order=4)
# }

Run the code above in your browser using DataLab