当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - hurst rsana matlab
搜索资源列表
-
1下载:
RS分形算法matlab代码实现,既利用RS方法计算时间序列的分形hurst指数-RS fractal algorithm to achieve Matlab code, both RS calculated using time series fractal Hurst index
-
-
0下载:
matlab计算hurst指数的程序,非常好用
-
-
1下载:
用于计算HURST指数的分形维数的MATLAB小程序,属于经典的。,HURST index used to calculate the fractal dimension of the MATLAB small procedures, are classic.
-
-
0下载:
通过在Matlab上实现对指定时间序列的赫斯特指数的计算
-Matlab to achieve by the specified time series Hurst index of
-
-
0下载:
RS分形算法matlab代码实现.于计算HURST指数的分形维数的MATLAB小程序-RS fractal algorithm to achieve Matlab code.HURST index used to calculate the fractal dimension of the MATLAB small procedures
-
-
1下载:
首先将该程序命名为RSana.m保存,以供调用。
在matlab中导入所要分析的时间序列,保存为x。
然后在matlab命令行输入命令logRS=RSana(x,n,"Hurst")。其中x就是该时间序列,它本身就是向量数据;n为分析的时间周期,Hurst是分析方法。返回值logRS。
这里指对一个周期进行分析,返回返回值logRS是一个标量。如果要作log-log图,需要一个循环,分别对n=5:200进行计算logRS。(First, the program is n
-