登录
首页 » matlab » copula_toolbox

copula_toolbox

于 2011-05-02 发布 文件大小:71KB
0 252
下载积分: 1 下载次数: 41

代码说明:

  copula函数 主要应用于BB7UgivenV_inverse2(copula function BB7UgivenV_inverse2)

文件列表:

ang_chen1.m,1593,2006-06-04
BB7UgivenV_inverse2.m,1341,2006-06-04
BB7UgivenV_t.m,1243,2006-06-04
bb7_rnd.m,1570,2006-06-04
bisect2.m,2775,2000-11-15
bivarnormcdf.m,1972,2006-03-08
bivarnormcdf2.m,1600,2006-03-08
bivarnormcdf_arg.m,462,2006-03-08
bivartcdfmc.m,2172,2003-08-18
bivartLL.m,551,2001-05-07
bivartpdf.m,1065,2001-08-26
bivnormpdf.m,1118,2007-01-18
bivnorm_tvp1_CL.m,1757,2006-06-04
contents.xls,25088,2011-03-04
contour_plots_code.m,4024,2007-01-18
copula_example_code.m,6937,2008-05-14
corrcoef12.m,832,2002-10-12
cov12.m,559,2001-04-27
empiricalCDF.m,994,2006-02-27
frankCL.m,426,2003-03-11
gumbelCL.m,1095,2006-06-04
GumbelUgivenV_inverse2.m,810,2006-08-22
GumbelUgivenV_t.m,484,2006-06-04
gumbel_cdf.m,1143,2006-06-04
gumbel_pdf.m,1285,2006-06-04
Gumbel_rnd.m,1425,2006-06-04
Gumbel_tvp1_CL.m,1783,2006-06-04
ibm_ccola_rets.txt,85952,2006-02-27
kappa2tau.m,440,2002-05-05
nines.m,1403,2003-04-16
NormalCopula_cdf.m,864,2001-10-15
NormalCopula_CL.m,446,2006-03-09
NormalCopula_pdf.m,730,2001-07-27
plackettCL.m,959,2006-06-04
PlackettUgivenV_inverse2.m,1338,2006-06-04
PlackettUgivenV_t.m,437,2001-08-13
plackett_cdf.m,1324,2006-06-04
plackett_pdf.m,1175,2006-06-04
plackett_rnd.m,1530,2006-06-04
quantiledep.m,767,2006-03-01
readme.txt,1203,2006-06-04
rho2theta.m,517,2002-08-05
sym_jc_cdf.m,1657,2006-06-04
sym_jc_CL.m,1085,2006-06-04
sym_jc_example_code.m,1090,2003-02-13
sym_jc_pdf.m,2639,2006-06-04
sym_jc_rnd.m,2001,2007-08-02
sym_jc_tvp_CL.m,1998,2006-06-04
tau2kappa.m,469,2002-05-22
tCopula.m,1764,2006-06-04
tcopulaCL.m,1390,2006-06-04
tCopula_cdf.m,1898,2006-08-22
tcopula_pdf.m,1569,2006-06-04
theta2rho.m,732,2004-05-16

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

发表评论

0 个回复

  • imagecompression
    此程序主要是通过使用小波达到图像文件压缩的目的,可以比较不同的小波函数和压缩次解压缩后图像文件的差异,注意图像是二维的处理时使用二维的小波函数(This process is mainly through the use of wavelet compression to achieve the purpose of image files, you can compare different wavelet functions and extract the compressed time difference after the image file, pay attention to the handling of two-dimensional image is the use of two-dimensional wavelet function)
    2009-05-19 00:00:51下载
    积分:1
  • fdtd twomedium
    采用fdtd方法,分别计算平面波照射到1维层介质的反射与透射以及在理想介质中的传播,场源可为高斯源或者正弦源,可以直观理解趋肤深度和边界概念(By fdtd method, were calculated to 1-dimensional plane wave radiation reflection and transmission media layer and spread in an ideal medium, the field for the Gaussian source or sources can be sinusoidal source, you can intuitively understand the concept of skin depth and the boundary)
    2011-06-03 09:00:10下载
    积分:1
  • twobeams
    光束合成相干仿真器,模拟两个光束在空气中传播并相干,可进行参数设定。(Coherent beam combiner simulator to simulate the propagation and the two coherent light beams in the air, the parameters can be set.)
    2013-12-27 01:47:26下载
    积分:1
  • 信号去噪
    matlab小波去噪例程,小波去噪基本实现功能,需要下载matlab自带的Wavelet Toolbox(Wavelet_denoising The basic function of wavelet denoising. It have to download the Wavelet Toolbox that comes with matlab.)
    2020-06-20 16:00:02下载
    积分:1
  • preprocessECG
    preprocessing ECG signal with matlab
    2014-10-14 16:58:19下载
    积分:1
  • nunban_v39
    时间序列数据分析中的梅林变换工具,感应双馈发电机系统的仿真,用平面波展开法计算二维声子晶体带隙。( Time series data analysis Mellin transform tool, Simulation of doubly fed induction generator system, Computation Method D phononic bandgap plane wave.)
    2016-06-04 13:54:13下载
    积分:1
  • FBG-Layer-peeling
    光纤光栅光谱重构原文,包括DLP和CLP两种算法计算步骤,英文版(Two methods for grating synthesis which have appeared in the literature recently are compared directly. )
    2017-01-04 12:31:25下载
    积分:1
  • PCA_tutorial
    This tutorial is designed to give the reader an understanding of Principal Components Analysis (PCA). PCA is a useful statistical technique that has found application in fields such as face recognition and image compression, and is a common technique for finding patterns in data of high dimension. Before getting to a description of PCA, this tutorial first introduces mathematical concepts that will be used in PCA. It covers standard deviation, covariance, eigenvectors and eigenvalues. This background knowledge is meant to make the PCA section very straightforward, but can be skipped if the concepts are already familiar.
    2014-10-09 05:08:06下载
    积分:1
  • lla2ecef
    Convert from latitude, longitude, and altitude (geodetic with respect to the WGS-84 ellipsoid) to a position vector in the Earth-centered, Earth-fixed (ECEF reference frame.
    2013-09-26 23:55:27下载
    积分:1
  • 内模电流环矢量控制
    在Simulink平台上进行异步电机的矢量控制,并对电流环进行内模控制(Vector control of induction motor is carried out on Simulink platform, and the internal model of current loop is controlled)
    2020-10-26 15:09:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载