資源簡介
Detrended Fluctuation Analysis,DFA方法的一個優點是它可以有效地濾去序列中的各階趨勢成分, 能檢測含有噪聲且疊加有多項式趨勢信號的長程相關, 適合非平穩時間序列的長程冪律相關分析
代碼片段和文件信息
?
function?[DAlpha1]=DFA_main(DATA)
%?DATA?should?be?a?time?series?of?length(DATA)?greater?than?2000and?of?column?vector.
%A?is?the?alpha?in?the?paper
%D?is?the?dimension?of?the?time?series
%n?can?be?changed?to?your?interest
n=10
評論
共有 條評論