登录
首页 » matlab » 091228011930d631747c0474ff

091228011930d631747c0474ff

于 2011-01-09 发布 文件大小:269KB
0 172
下载积分: 1 下载次数: 164

代码说明:

  copula工具箱,可以进行copula计算,比自带的更加好用(copula toolbox)

文件列表:

Dynamic Copula Toolbox 2.0
..........................\CopulaToolboxTutorial.m,7917,2009-09-10
..........................\datafiles.mat,89651,2009-09-28
..........................\Dynamic copula toolbox.pdf,168779,2009-09-26
..........................\tutorials
..........................\.........\CopulaToolboxTutorial.m,7917,2009-09-10
..........................\user functions
..........................\..............\EstInvals4CopulaVine.m,6309,2009-09-16
..........................\..............\filtReturnsGARCH.m,5848,2009-09-24
..........................\..............\fitCopula.m,9660,2009-10-22
..........................\..............\fitCopulaVine.m,5325,2009-10-22
..........................\..............\setCopulaLLinputs.m,3202,2009-09-17
..........................\..............\setCopulaVineLLinputs.m,1715,2009-09-17
..........................\utilities functions
..........................\...................\CopulaLL.m,6162,2009-09-12
..........................\...................\CopulaVineLL.m,4596,2009-09-10
..........................\...................\crIPmat.m,971,2009-09-02
..........................\...................\DCCeq.m,901,2009-06-06
..........................\...................\empiricalCDF.m,994,2006-02-28
..........................\...................\hfunc.m,1768,2009-09-12
..........................\...................\hfuncJC.m,419,2009-09-03
..........................\...................\hfuncSJC.m,259,2009-09-02
..........................\...................\icrIPmat.m,1078,2009-09-03
..........................\...................\inputstartinvals.m,1111,2009-09-14
..........................\...................\ivecl.m,1650,2009-02-04
..........................\...................\nines.m,1403,2003-04-16
..........................\...................\Pattoneq.m,931,2009-08-31
..........................\...................\pcfromcons.m,876,2009-03-21
..........................\...................\rho2theta.m,517,2002-08-06
..........................\...................\TVCeq.m,759,2009-05-09
..........................\...................\vecl.m,620,2009-03-10
license.txt,1341,2009-10-21

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

发表评论

0 个回复

  • matinv
    矩阵求逆,使用fortran语言编写,希望能对有需要的朋友有所帮助(Matrix inversion, written in FORTRAN language, hoping to help friends in need)
    2020-12-11 17:49:18下载
    积分:1
  • my378
    包括脚本文件和函数文件形式,MinkowskiMethod算法 ,抑制载波型差分相位调制。( Including script files and function files in the form, MinkowskiMethod algorithm, Suppressed carrier type differential phase modulation.)
    2017-06-02 11:09:56下载
    积分:1
  • numerical
    求解二阶变系数常微分方程,主要用于涡激振动中频率响应的计算(Solving second-order ordinary differential equations with variable coefficients)
    2014-01-06 19:23:10下载
    积分:1
  • u_duanlu
    本程序用于电力系统不对称故障计算,matlab实现,希望有所帮助(This procedure for the asymmetry of power system fault calculation, matlab realize the hope that help)
    2008-05-03 15:06:04下载
    积分:1
  • COMSOL在岩石损伤过程的应用
    岩石损伤与断裂力学一直是有限元的弱势领域,必须依赖MATLAB一类的数学软件协助,本书籍提供了基础教程与相关案例。(Rock damage and fracture mechanics have been the weak field of finite element, must rely on MATLAB class of mathematical software to help, this book provides basic tutorials and related cases.)
    2021-04-06 16:19:02下载
    积分:1
  • jacobi
    对于方程组AX=b,当系数矩阵非奇异时,对原方程进行改写,利用公式X^k=BX^(k+1)+g进行迭代求解。(For equations AX = b, when the coefficient matrix is ​ ​ nonsingular, rewriting the original equation, using the formula X ^ k = BX ^ (k+1)+g for iterative solution.)
    2013-10-26 10:11:06下载
    积分:1
  • Soct
    假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解:(1,4,3,2),(1,4,5),(8,2),(3,5,2)。 [需求分析](Suppose there are a load of the backpack of the total volume of T and n volumes were w1, w2, ... wn items, whether selected from n items a number of exactly filled backpack, even if w1+w2+ ...+ wn = T, find out the solution of all the above conditions are met. For example: when T = 10, the volume of items {1,8,4,3,5,2}, can be found in the following four solutions: (1,4,3,2), (1,4,5 ), (8,2), (3,5,2). [Needs Analysis])
    2012-06-14 16:25:10下载
    积分:1
  • 3
    说明:  单悬索采用多次迭代计算的方法 找形-计算 可用于输电线建模分析。(Single suspension method using multiple iterations to find form- can be used to calculate the transmission line modeling)
    2016-07-26 12:39:57下载
    积分:1
  • data-fit
    基于最小二乘法的离散数据的曲面拟合,有二次拟合和三次拟合,并能自动出图(Based on the least squares method of discrete data of the surface fitting, there are quadratic fitting and three fitting, and can automatically plot)
    2021-04-23 09:18:48下载
    积分:1
  • f77
    常见的各类数值和字符算法,包括微积分、插值、矩阵、微分方程、方程组求解和字符串操作等,Fortran77版本,可直接用于各位自己的代码开发中(Most common algorithms, including numerical and char recipes, Fortran 77 version, can be used in your own program develpment directly)
    2016-03-30 09:52:06下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载