code to price a n-to-default basket CDS. It takes as input hazard rate coefficients and uses T-copul
code to price a n-to-default basket CDS. It takes as input hazard rate coefficients and uses T-copula model to calculate...
T-BOX技术资料下载专区,收录1,022份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
code to price a n-to-default basket CDS. It takes as input hazard rate coefficients and uses T-copula model to calculate...
encode/decode gsm sms 7bit pdu format text. orginally written for palm os, but it don t make any special system call. pl...
Demonstration script for LSSB-AM modulation. The message signal is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2...
ITU-T G.729 Annex C+ - Reference C code for floating point implementation of G.729 at 6.4/8/11.8 kbit/s with DTX fun...
支持DVB-S,DVB-T,DVB-C的系统前端加扰和解扰过程,请注意加扰与加密不同,本程序包实现的是纯粹的加扰和解扰过程,不对KEY进行加密传输。要求输入测试文件时,请按照C语言的文件访问要求输入,如key.txt表示你要使用的KEY放在...
一个简化的背包问题:一个背包能装总重量为 T,现有 n 个物件,其重量分别为(W1、W2、…、Wn)。问能否从这 n 个物件中挑选若干个物件放入背包中,使其总重量正好为 T ?若有解则给出全部解,否则输出无解。