楼主: Trevor
3356 1

[讨论]Why Does Proc NLP cannot Find the MLE Estimate? [推广有奖]

  • 1关注
  • 4粉丝

副教授

26%

还不是VIP/贵宾

-

TA的文库  其他...

Probability NewOccidental

RapidMiner NewOccidental

Machine Learning

威望
1
论坛币
3388 个
通用积分
0.4274
学术水平
25 点
热心指数
17 点
信用等级
24 点
经验
5231 点
帖子
414
精华
2
在线时间
176 小时
注册时间
2005-5-4
最后登录
2024-4-7

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币

I use proc nlp command to run regression with truncated sample. My regression is to regress return on deps, a bivariate regression. Return is right-skewed with a fat tail and deps is left-skewed also with a fat tail.

Model: Return = a+ b*deps + error ; (return and deps are continuous normally distributed variables. Truncation point: return = 0

My SAS programme is:

proc nlp data = goodnews tech=congra;* goodnews group means all positive return observations, left-truncated sample; parms a b v =0.5; bounds v>0; max l; d = (0-a - b*deps)/v; t = (return - a - b*deps)/v; m = cdf ('Normal',d, 0,1); n = (2*constant ('pi'))**0.5; denom2 =1/(v*(1-m)*n); ex = exp(-0.5*t**2); prob = denom2 * ex; l = log (prob); run; For the right-truncated sample, it works well and produce the same results as I could get from Stata. But for the left-truncated sample, Sas program just cannot find MLE estimate or produce unstable estimate. For my research design, it would be very difficult to interpret the coefficient if I transform both variables into variables more close to normal distribution.How could I solve this problem?

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:estimate cannot canno find Does MLE Why Does cannot NLP

沙发
Trevor 发表于 2005-9-19 07:28:00 |只看作者 |坛友微信交流群
I think that my first question would be: why are you using PROC NLP to do statistical modeling at all? PROC NLP is designed for operations research problems. Try using PROC NLMIXED instead. I also think you have made the problem a lot more complex than you would need if it were written in NLMIXED instead. HTH, David -- David L. Cassell mathematical statistician Design Pathways 3115 NW Norwood Pl. Corvallis OR 97330

[此贴子已经被作者于2005-9-19 7:46:43编辑过]

使用道具

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

本版微信群
加好友,备注jltj
拉您入交流群

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

GMT+8, 2024-4-27 04:06