登录
首页 » matlab » PSTR

PSTR

于 2021-01-04 发布
0 179
下载积分: 1 下载次数: 19

代码说明:

说明:  面板平滑转换回归模型(PSTR)实现程序,matlab语言编写。(Matlab code allows estimating the parameters of a Panel Smooth Transition Regression (PSTR) model)

文件列表:

PSTR, 0 , 2019-08-11
PSTR\Matlab数据导入导出方法.pdf, 162838 , 2019-08-11
PSTR\STAR_Panel, 0 , 2019-08-11
PSTR\STAR_Panel\Colletaz_Hurlin.pdf, 272545 , 2011-06-13
PSTR\STAR_Panel\Data_Demo_PSTR.xls, 53927 , 2011-06-13
PSTR\STAR_Panel\Launch_PSTR.m, 327 , 2017-05-26
PSTR\STAR_Panel\NLS.m, 2965 , 2006-03-16
PSTR\STAR_Panel\Readme.pdf, 470852 , 2017-05-26
PSTR\STAR_Panel\Results1.xls, 36930 , 2017-05-26
PSTR\STAR_Panel\STAR_Panel.m, 26499 , 2017-05-26
PSTR\STAR_Panel\centered.m, 1138 , 2005-06-16
PSTR\STAR_Panel\grid_search.m, 2305 , 2006-06-23
PSTR\STAR_Panel.zip, 795870 , 2019-08-10
PSTR\数据-fj, 0 , 2019-08-11
PSTR\数据-fj\数据, 0 , 2019-08-11
PSTR\数据-fj\数据\FDI OFDI 进出口 CPI 固定资产价格指数.xls, 52736 , 2019-06-10
PSTR\数据-fj\数据\专利侵权案件结案率.xls, 53248 , 2019-06-10
PSTR\数据-fj\数据\各省2000——2014执业律师人数.xls, 31232 , 2019-03-09
PSTR\数据-fj\数据\数据表2.xlsx, 217422 , 2019-08-11
PSTR\数据-fj\数据\研发投入.xls, 23552 , 2019-06-10
PSTR\数据-fj.zip, 157105 , 2019-08-11
PSTR\数据和命令-flq, 0 , 2019-08-11
PSTR\数据和命令-flq\数据和命令, 0 , 2019-08-11
PSTR\数据和命令-flq\数据和命令\数据.dta, 55205 , 2019-04-20
PSTR\数据和命令-flq\数据和命令\数据表3.xls, 199168 , 2019-08-11
PSTR\数据和命令-flq\数据和命令\渠道检验.do, 2624 , 2019-04-20
PSTR\数据和命令-flq.zip, 131330 , 2019-08-11

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

发表评论

0 个回复

  • Appendix3511
    说明:  考试成绩管理系统,基于visual c++的简易考试成绩管理系统(Examination results management system, based on visual c++ test scores of Easy Management System)
    2010-03-16 22:40:25下载
    积分:1
  • chachong
    主要是比较客户书目和公司书目的异同,剔出客户已有的书目。便于客户选书下订单。 系统采用后台线程。和进度指示。 并且制作了安装程序,具备软件雏形了(Bibliography and more customers are mainly companies bibliography of similarities and differences, bound by existing customers bibliography. Easier for customers to choose the book orders. System uses a background thread. And progress indicator. And making the installation process, with a software prototype)
    2011-08-03 17:14:06下载
    积分:1
  • tsglxt(c++)
    一个图书管理小系统,功能比较简单,实用性也比较强,但是做的有点粗糙(a small library management system, relatively simple function, practicality is also relatively strong, but do a little rough. .)
    2007-01-23 19:12:17下载
    积分:1
  • libiary
    图书管理系统:用户管理(用户添加,密码修改),图书管理(图书增加、图书修改、图书删除),使用sqlite数据库(Library management system: user management (users add, password changes), library management (books increased, modify books, books delete), use sqlite database)
    2014-04-17 21:24:11下载
    积分:1
  • new xsc
    班主任考核管理系统(class teacher evaluation system)
    2004-11-08 13:35:25下载
    积分:1
  • BuffInsertSentSort
    Buffered Insertion Sort
    2010-01-14 17:08:28下载
    积分:1
  • Directory
    VC++跟access相结合的班级通讯录小工具,适合初学者对ADO操作ACCESS的学习。(VC++ combining classes with access contacts gadgets, suitable for beginners to learn to ADO operation ACCESS.)
    2013-07-29 10:44:04下载
    积分:1
  • c-language-Web-tutorial
    全国计算机等级考试二级c语言网页教程。。。。。(The NCRE two c language Web tutorial)
    2013-03-09 12:50:16下载
    积分:1
  • Exe4_1
    1.设计一个简单的学生管理系统(StudentManager)。主要功能包括: (1)学生信息的录入。主要包括:学号(no)、姓名(name)、年龄(age)、性别(gender)等; (2)学生信息的查询。根据学号、姓名、年龄和性别等查询学生的信息。注意:查询结果可能不唯一。 (3)学生信息的修改。根据学号查询到指定学生的信息,再用新的内容替换。 (4)学生信息的删除。根据学号删除指定学生的信息。 设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_1包中。(1. Design a simple student management system (StudentManager). Key features include: (1) The entry of student information. Including: Student ID (no), name (name), aged (age), sex (gender) and the like (2) query the student information. According to school, name, age and sex inquiry student information. Note: query results may not be unique. (3) amend the student information. Query based on student number to the designated student information, and then replaced with new content. (4) delete student information. Designated students with information based on student number removed. Design, the use of hierarchical design method, the class is divided into the interface layer (ui), the functional layer (business) and persistence (persistence) 3 layers in different sub-packages. The system code in the exe4_1 package.)
    2020-12-09 21:39:18下载
    积分:1
  • myJ2EE
    J2EE学生事务管理系统,请自行根据里面的hibernate进行数据库的建立(J2EE student affairs management system, establish a database according to their own conduct inside hibernate)
    2014-01-02 15:12:29下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 57今日下载