登录
首页 » matlab » full_bekk_mvgarch

full_bekk_mvgarch

于 2012-05-03 发布 文件大小:1KB
0 173
下载积分: 1 下载次数: 24

代码说明:

  多元GARCH的Matlab程序,用于计算GRACH(y,p,q)(Multivariate GARCH in Matlab)

文件列表:

full_bekk_mvgarch.m,3977,2012-05-01

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

发表评论

0 个回复

  • 11087 统逆序对
    Description 设a[0…n-1]是一个包含n个数的数组,若在i<j的情况下,有a[i]>a[j],则称(i, j)为a数组的一个逆序对(inversion)。 比如 <2,3,8,6,1> 有5个逆序对。请采用类似“合并排序算法”的分治思路以O(nlogn)的效率来实现逆序对的统计。 一个n个元素序列的逆序对个数由三部分构成: (1)它的左半部分逆序对的个数,(2)加上右半部分逆序对的个数,(3)再加上左半部分元素大于右半部分元素的数量。 其中前两部分(1)和(2)由递归来实现。要保证算法最后效率O(nlogn),第三部分(3)应该如何实现? 此题请勿采用O(n^2)的简单枚举算法来实现。 并思考如下问题: (1)怎样的数组含有最多的逆序对?最多的又是多少个呢? (2)插入排序的运行时间和数组中逆序对的个数有关系吗?什么关系? 输入格式 第一行:n,表示接下来要输入n个元素,n不超过10000。 第二行:n个元素序列。 输出格式 逆序对的个数。 输入样例 5 2 3 8 6 1 输出样例 5(Set a[0... N-1] is a n array containing n numbers. If there is a [i] > a [j] i n the case of I < j, then (i, j) is a n inversion pair of a array. For example, <2,3,8,6,1> has five reverse pairs. Please use the idea of "merge sorting algorithm" to achieve the statistics of inverse pairs with O (nlogn) efficiency. The number of inverse pairs of a sequence of n elements consists of three parts: (1) The number of reverse pairs in the left half, (2) the number of reverse pairs in the right half, (3) the number of elements in the left half is greater than that in the right half. The first two parts (1) and (2) are implemented by recursion. To ensure the final efficiency of the algorithm O (nlogn), how should the third part (3) be implemented? Do not use O (n ^ 2) simple enumeration algorithm to solve this problem.)
    2019-01-07 23:52:06下载
    积分:1
  • Quarter
    四分之一圆柱贴体网格的生成,可以调节大小(Fourth cylindrical body-fitted grid generation, you can adjust the size of the)
    2021-04-03 11:49:05下载
    积分:1
  • bline-interp
    编写了一个用于二维水深插值的双线性插值的fortran程序,用于水深的插值计算,内有验证的算例(Write a fortran program for two-dimensional depth interpolation bilinear interpolation, interpolation calculation for water depth, within a verification example)
    2021-03-18 10:09:19下载
    积分:1
  • pic1d
    这是一个用于一维等离子体粒子模拟的Fortran程序。(This is a one-dimensional plasma particle simulation for Fortran programs.)
    2021-04-13 10:18:56下载
    积分:1
  • ComplexNetworks
    说明:  复杂网络MATLAB工具包和源程序,用于计算复杂网络特性的工具包。(Complex network MATLAB toolkit and source code)
    2020-11-19 21:39:38下载
    积分:1
  • Riemann-solver
    程序是关于计算两相黎曼问题的一个求解器。可以直接设置。(The code is a solver about the two-phase Riemann problem. the user can use it directly.)
    2016-06-28 13:52:45下载
    积分:1
  • ConsoleApplication1
    C#写的两个简单的小程序,分别用牛顿插值法和三次样条插值法来进行插值。(A program written by C#. It uses Newton Interpolation Method and Spline Interpolation Method )
    2015-12-03 20:23:54下载
    积分:1
  • ARIMA模型(R语言)
    说明:  ARIMA的R语言实现。这是一份关于使用R统计软件进行时间序列分析的入门文档(This is a start-up document about time series analysis using R statistics software.)
    2020-02-03 19:47:56下载
    积分:1
  • Sphere
    三维数据点拟合空间球体的算法,利用最小二乘法实现空间球的拟合。(3D data points fitting the space sphere algorithm using the method of least squares fitting space ball.)
    2013-01-09 10:30:52下载
    积分:1
  • NumericalRecipes
    数值分析方法库 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解等(Numerical analysis method to prepare a library book more than 300 practical and efficient numerical algorithm C language program. Its contents include: linear equations, calculation of inverse matrix and determinant, polynomial and rational function interpolation and extrapolation, function points and the valuation of special functions numerical calculation, random number generation, non- Solving linear equations, etc.)
    2008-06-03 21:24:04下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载