mat.ma1 | R Documentation |
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)
.
mat.ma1(MAparameter, order)
MAparameter |
The moving average parameter, being the weight applied to the lag 1 random pertubation. |
order |
The order of the |
A banded correlation matrix
whose elements follow an ma1 pattern.
Chris Brien
mat.I
, mat.J
, mat.cor
, mat.corg
,
mat.exp
, mat.gau
,
mat.banded
, mat.ar2
, mat.ar3
,
mat.sar2
, mat.ma2
, mat.arma
corr <- mat.ma1(MAparameter=0.4, order=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.