楼主: emptyrain
2897 6

[问答] 弱问一下:Proc mixed 中final hessian 为啥要positive definite? [推广有奖]

  • 0关注
  • 0粉丝

小学生

35%

还不是VIP/贵宾

-

威望
0
论坛币
18 个
通用积分
0
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
88 点
帖子
6
精华
0
在线时间
3 小时
注册时间
2007-7-9
最后登录
2011-4-26

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

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

经管之家联合CDA

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

感谢您参与论坛问题回答

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

+2 论坛币
如果要最大化likelihood的话,final hessian不是应该negative definite么?
二维码

扫码加我 拉你入群

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

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

关键词:proc mixed definite positive Hessian finite proc Mixed definite final Hessian

回帖推荐

bobguy 发表于5楼  查看完整内容

In that procedure, it does minimization instead of maximization. The loglikehood is timed by -2 rather than 2. Some procedures may time no 2/-2 at all. data t1; do i=1 to 30; x=rannor(678); y=1+1*x+rannor(678); output; end; run; proc nlmixed data=t1; parms a b=0; e=y-(a+b*x); loglik=log(pdf('normal',e)); model y~general(loglik); run; proc model data=t1; parms a b= ...

本帖被以下文库推荐

沙发
wenmaozhong 发表于 2011-3-22 10:12:32 |只看作者 |坛友微信交流群
真有用,谢谢楼主的分享了。

使用道具

藤椅
emptyrain 发表于 2011-3-22 10:15:53 |只看作者 |坛友微信交流群
汗,啥意思

使用道具

板凳
emptyrain 发表于 2011-3-22 14:30:25 |只看作者 |坛友微信交流群
真的很困惑,哪位高手给解答一下啊

使用道具

报纸
bobguy 发表于 2011-3-24 09:08:08 |只看作者 |坛友微信交流群
emptyrain 发表于 2011-3-22 10:11
如果要最大化likelihood的话,final hessian不是应该negative definite么?
In that procedure, it does minimization instead of maximization. The loglikehood is timed by -2 rather than 2. Some procedures may time no 2/-2 at all.

data t1;
  do i=1 to 30;
     x=rannor(678);
  y=1+1*x+rannor(678);
  output;
  end;
run;

proc nlmixed data=t1;
parms a b=0;
e=y-(a+b*x);
loglik=log(pdf('normal',e));
model y~general(loglik);
run;

proc model data=t1;
parms a b=0;
y=(a+b*x);
fit y/fiml;
run;
quit;

已有 1 人评分经验 论坛币 收起 理由
bakoll + 3 + 3 精彩帖子

总评分: 经验 + 3  论坛币 + 3   查看全部评分

使用道具

地板
emptyrain 发表于 2011-3-29 10:59:33 |只看作者 |坛友微信交流群
谢谢,非常感谢!

使用道具

7
windlove 发表于 2011-3-31 13:38:40 |只看作者 |坛友微信交流群
Nothing to do with +/- sign here. Minimization and maximization will be captured within the computational algorithm, not how you definted them. And Hessian matrix is related to your final variance-covariance matrix of the parameters, so have to be positive definite conceputally.

使用道具

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

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

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

GMT+8, 2024-6-17 23:41