登录
首页 » matlab » W=500 H=5

W=500 H=5

于 2021-02-18 发布
0 357
下载积分: 1 下载次数: 12

代码说明:

说明:  计算静态和动态的DY溢出指数(包括收益率和波动率)(static and dynamic spillover index)

文件列表:

W=500 H=5\df1.m, 1114 , 2019-10-28
W=500 H=5\df3.m, 1153 , 2019-10-28
W=500 H=5\df5.m, 1190 , 2019-10-28
W=500 H=5\dynamic_r.m, 422 , 2019-10-28
W=500 H=5\dynamic_v.m, 226 , 2019-10-28
W=500 H=5\f1.m, 908 , 2019-10-28
W=500 H=5\f3.m, 843 , 2019-10-28
W=500 H=5\f5.m, 870 , 2019-10-28
W=500 H=5\ff1.m, 409 , 2018-11-01
W=500 H=5\ff3.m, 407 , 2018-09-25
W=500 H=5\ff5.m, 544 , 2018-09-25
W=500 H=5\fracdiff.m, 412 , 2019-10-28
W=500 H=5\irfivar3.m, 2242 , 2019-10-28
W=500 H=5\multi.m, 904 , 2019-10-28
W=500 H=5\multiwhittle.m, 1642 , 2019-10-28
W=500 H=5\r.m, 473 , 2019-10-28
W=500 H=5\return.csv, 132337 , 2018-09-20
W=500 H=5\returns.mat, 112749 , 2018-11-01
W=500 H=5\returns_d.mat, 1125816 , 2018-11-01
W=500 H=5\spindex.m, 3614 , 2019-10-28
W=500 H=5\spindex1.m, 3580 , 2019-10-28
W=500 H=5\v.m, 503 , 2019-10-28
W=500 H=5\volatilities.mat, 122893 , 2018-11-01
W=500 H=5\volatilities_d.mat, 791123 , 2018-11-01
W=500 H=5\volatility.csv, 138581 , 2018-09-20
W=500 H=5\whittle.m, 774 , 2019-10-28
W=500 H=5, 0 , 2019-10-28

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • STM32SourceCodeVC
    STM代码+VC界面代码使用STM32的时候可以作为模板哦!(STM code+ VC interface code can be used as a template when STM32 Oh!)
    2011-01-09 22:44:14下载
    积分:1
  • 这个程序是用C++写的,6个模拟屏幕保护程序的程序。对我来说…
    本程序是用vc++ 6.0 编写的模拟屏幕保护程序。vc++,对我来说是初学者,所以很多知识都不知道, 这个程序是本人在学习vc++的过程中编写的,所以本程序不是很好!通过运行来看,本程序占用CPU很高!希望高人能够指点迷津。本人邮箱:yangtongwenyangyi@163.com-This program is written in vc++ 6.0 Simulation of the screen saver. vc++, for me is a beginner, so much knowledge do not know that this program is to learn vc++ I in the process of preparation, so this program was not very good! by running the point of view, this program CPU-high ! Want to be able to Zhidianmijin Gao Ren. I E-mail: yangtongwenyangyi@163.com
    2022-03-24 23:58:07下载
    积分:1
  • 矩阵导致小程序,对输入的矩阵求倒置后的矩阵
    矩阵导致小程序,对输入的矩阵求倒置后的矩阵-Matrix led to a small program, the input of the matrix after the matrix inversion
    2022-04-06 10:06:55下载
    积分:1
  • Signals-and-Systems
    信号与系统,(第二版)奥本海姆著 刘树棠译 西安交通大学出版社 2001,非常经典的教材,建议大家看一下(Signals and Systems, (Second Edition) Oppenheim Liu Shutang translation of Xi' an Jiaotong University Press, 2001, is a classic textbook, suggested we look at)
    2014-03-14 21:33:20下载
    积分:1
  • X5S_Marlin_1.1.8
    Marlin-PI3_Pro_X2.zip
    2018-09-21 02:49:18下载
    积分:1
  • 粒子群优化算法以及改进的PSO算法代码matlab
    一些关于粒子群优化算法的matlab程序实现,里面有各种的PSO改进算法(Some matlab programs about particle swarm optimization algorithm are implemented. There are various PSO improved algorithms in them.)
    2019-02-28 17:22:16下载
    积分:1
  • biliweifenkongzhi
    说明:  各比例微分系数下系统的单位阶跃响应,有扰动曲线,随着微分作用的加强,系统的超调量减小,稳定性极高。(The unit step response of the system with various proportional and differential coefficients has perturbation curve. With the enhancement of differential action, the overshoot of the system decreases and the stability is very high.)
    2019-05-14 15:43:21下载
    积分:1
  • 大数据与大数据机器学习
    说明:  数据挖掘作为一种现阶段很有用的方式,应用在各个领域。本文比较详细,可以借鉴看看。(Data mining, as a very useful way at this stage, is applied in various fields. We can learn from it.)
    2020-11-13 11:09:42下载
    积分:1
  • 随机森林
    说明:  用N来表示训练用例(样本)的个数,M表示特征数目。 输入特征数目m,用于确定决策树上一个节点的决策结果;其中m应远小于M。 从N个训练用例(样本)中以有放回抽样的方式,取样N次,形成一个训练集(即bootstrap取样),并用未抽到的用例(样本)作预测,评估其误差。 对于每一个节点,随机选择m个特征,决策树上每个节点的决定都是基于这些特征确定的。根据这m个特征,计算其最佳的分裂方式。 每棵树都会完整成长而不会剪枝,这有可能在建完一棵正常树状分类器后会被采用)。(N is used to represent the number of training cases (samples), and M is used to represent the number of features. The number of input features m is used to determine the decision result of a node in the decision tree, where m should be far less than m. From N training cases (samples), n times are sampled in the way of put back sampling to form a training set (i.e. bootstrap sampling), and the unselected cases (samples) are used to predict and evaluate the error. For each node, m features are randomly selected, and the decision of each node in the decision tree is determined based on these features. According to these m characteristics, the best splitting mode is calculated. Each tree will grow completely without pruning, which may be adopted after building a normal tree classifier).)
    2021-01-28 13:47:33下载
    积分:1
  • MFC汉诺塔游戏。 软件设计了增强的视觉反馈效果,当鼠标滑过,颜色会变得更为鲜艳。【三列的标准色彩为 红、绿、蓝 。】 每当单击某一列,颜色变成灰黑色,...
    MFC汉诺塔游戏。 软件设计了增强的视觉反馈效果,当鼠标滑过,颜色会变得更为鲜艳。【三列的标准色彩为 红、绿、蓝 。】 每当单击某一列,颜色变成灰黑色,表示可以拖动这一列。 请保持exe文件与snd文件夹处于同一目录下面!否则听不到正确的声音! BUG(仅列举未改正的): 1.延时使用了sleep函数,而这个函数 运行时 无法接收其他操作,可能导致失去相应。 2.当圆盘数调至 8个以上时,有时(偶尔)会出现无故的错误,比如程序报错而关闭。 原因尚不可知,不过应该不是核心算法的错误,可能是某一处指针使用不够谨慎。
    2023-01-20 19:15:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载