楼主: jling
6924 14

[学习分享] SFA,管理无效率u如何计算,三阶段DEA模型 [推广有奖]

11
magicsun 发表于 2015-8-29 15:08:09 |只看作者 |坛友微信交流群
雪舞月色 发表于 2015-8-27 18:47
能不能麻烦教我一下,怎么用MATLAB实现?
很麻烦,建议用front或者stata估计SFA部分,然后自己编程计算。

使用道具

12
Trista汐 发表于 2017-3-30 01:16:14 |只看作者 |坛友微信交流群
magicsun 发表于 2015-6-25 06:40
已经解决。matlab编程实现。
您好!请问是如何在Matlab中实现的呢,能麻烦您告知吗?邮箱kangting0618@163.com

使用道具

13
1284544009 发表于 2018-4-9 18:54:18 |只看作者 |坛友微信交流群
https://jingyan.baidu.com/article/fea4511a0aa050f7bb9125aa.html
用excel就可以算啊  求x的密度函数 =NORMDIST(x,0,1,0)       求x的分布函数=NORMDIST(x,0,1,1)
满意请采纳哦

使用道具

14
10啊 发表于 2018-8-18 15:49:28 |只看作者 |坛友微信交流群
请问你的 ε 是怎么得出来的?

使用道具

15
米高兄弟 在职认证  发表于 2020-2-10 15:21:10 |只看作者 |坛友微信交流群
reg slack11 pgdp gov open  //OLS的单边检验
       frontier slack11 pgdp gov open   //截面数据采用 frontier,加上环境变量,面板数据用sfpanel,当然需xtset设置
            predict u, u     //管理无效率值提出来
            predict xb, xb   //系数项提出来,
                 ***xb的解释****
                 xb calculates the linear prediction from the fitted model.  That is, all
        models can be thought of as estimating a set of parameters b1, b2,
        ..., bk, and the linear prediction is y = xb.  For linear regression,
        the values y are called the predicted values or, for out-of-sample
        predictions, the forecast.  For logit and probit, for example, y is
        called the logit or probit index.
                ***算出投入的校正值
        gen v=slack11-xb-u   //算出技术无效率
        egen vmax=max(v)
        egen xbmax=max(xb)
        gen x1= inv1+xbmax-xb+vmax-v
        replace x1=inv1 if x1==.        //缺失值用原始值替代
        drop xb u v vmax xbmax

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-27 10:05