an ar 1 correlation matrix

4 ビュー (過去 30 日間)
Muhammad Ali Qadar
Muhammad Ali Qadar 2015 年 10 月 23 日
編集済み: Muhammad Ali Qadar 2015 年 10 月 23 日
Hello ,
I was trying to construct an ar 1 correlation matrix. I tried to search a lot but there is no proper way. What I did looks like this, not sure if its right
e1=zeros(8,8);
sigma=1;phi=0.22;a=5;
for t=1:8*8
e1(t)=(a+phi*e1(t)+sigma*(randn(1)));
end

回答 (0 件)

カテゴリ

Help Center および File ExchangeCorrelation and Convolution についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by