xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 2KB
    文件類型: .m
    金幣: 1
    下載: 0 次
    發布日期: 2021-06-07
  • 語言: Matlab
  • 標簽: 趨勢預測??

資源簡介

Hurst指數是描述非函數長周期的重要指標。它有別于傳統單位根檢驗,可以發現時間序列存在的超長周期性,可以用于判斷市場風險,但運算相當繁瑣

資源截圖

代碼片段和文件信息

%?The?Hurst?exponent
%--------------------------------------------------------------------------
%?The?first?20?lines?of?code?are?a?small?test?driver.
%?You?can?delete?or?comment?out?this?part?when?you?are?done?validating?the?
%?function?to?your?satisfaction.
%
%?Bill?Davidson?quellen@yahoo.com
%?13?Nov?2005

function?[]=hurst_exponent()
disp(‘testing?Hurst?calculation‘);
load?data;
plot(data);

hurst=estimate_hurst_exponent(data);

[serr]=sprintf(‘Hurst?exponent?=?%.2f‘hurst);disp(s);

%--------------------------------------------------------------------------
%?This?function?does?dispersional?analysis?on?a?data?series?then?does?a?
%?Matlab?polyfit?to?a?log-log?plot?to?estimate?the?Hurst?exponent?of?the?
%?series.
%
%?This?algorithm?is?far?faster?than?a?full-blown?implementation?of?Hurst‘s
%?algorithm.??I?got?the?idea?from?a?2000?PhD?dissertation?by?Hendrik?J?
%?Blok?and?I?make?no?guarantees?w

評論

共有 條評論

相關資源