-
威利信用风险建模使用 Excel 和 VBA 2007 年 6 月
前言十一
十三、 排除一些提示
与 Logit 1 1 估计信用评分
连接分数、 违约概率和观察到的默认行为 1
估算 logit 系数在 Excel 4
在模型估计 8 后计算统计数据
解释回归统计 10
预测和应用场景分析 13
在输入变量 15 治疗异常值
选择的分数和解释变量 19 之间的功能关系
结束语 23
注意到与文学 24
附录 24
2 默认预测和估值 27 的结构方法
默认和估价在结构模型中 27
实施一年地平线 30 的默顿模型
- 2023-02-02 11:15:05下载
- 积分:1
-
实现XML解析的一个小程序。
实现XML解析的一个小程序。-XML parsing a small program.
- 2022-12-06 20:20:03下载
- 积分:1
-
均值漂移
均值漂移是一种定位密度函数最大值的过程,给定从该函数中采样的离散数据。它有助于检测该密度的模式。
- 2023-08-07 05:20:04下载
- 积分:1
-
CI框架上传类改写,支持多附件上传
CI框架上传类改写,
原来的程序只支持一个附件上传,并不支持控件数组上传。
现已修改支持多附件上传。将该文件放到自己程序目录中的libraries文件夹下。
调用如下:
// 附件上传处理
$folder = date("Ym");
$upload_dir = APPPATH . "/app/upload/".$folder;
$config["upload_path"] = $upload_dir;
$config["allowed_types"] = "gif|jpg|png|txt|doc|docx|xls|xlsx|ppt|pptx|pdf";
$config["max_size"] = "5120";
$config["max_width"] = "0";
$config["max_height"] = "0";
$config["max_filename"] = "0";
$config["overwrite"] = false;
$config["encrypt_name"] = true;
$config["remove_spaces"] = true;
$this->load->library("upload", $config);
$field_name = "att";
if (!$this->upload->do_upload($field_name, true))
{
// 出错
$error = array("error" => $this->upload->display_errors());
} else {
// 正
- 2022-05-05 09:14:31下载
- 积分:1
-
一个方便的文件操作程序,可以掌握文件操作
一个方便的文件操作程序,可以掌握文件操作-It is a easy file handling program, and master file operation.
- 2022-10-01 22:05:03下载
- 积分:1
-
这是我用MFC写的一个小程序,主要功能是投票的机会。
这个是我用MFC写的一个小程序,主要功能是选票操作,没有采用数据库,而是采用的文本方式.是我初学MFC的做品.-This is what I use MFC to write a small program, the main function is to vote operations and the absence of the use of the database, instead of using the text mode. Is my beginner
- 2023-08-24 05:10:03下载
- 积分:1
-
1,内容过于简单
1.The content is too simple
2.Is not a sourcecode or document
3.lost some files
4.Description is not detailed or not correct
5.Compressed file has password
- 2022-03-22 17:11:48下载
- 积分:1
-
作业调度的实验报告,包括实验心得界面源码
作业调度的实验报告,包括实验心得界面源码-FCB
- 2022-03-04 19:24:04下载
- 积分:1
-
PDF造物主源头
pdf creator source
visual c
- 2022-07-06 09:02:59下载
- 积分:1
-
File类应用实例,文件的打开、新建、移动、复制、删除
File类应用实例,文件的打开、新建、移动、复制、删除-File type application examples, documents opened, new, move, copy, delete
- 2022-03-31 16:07:17下载
- 积分:1