找回密码
 立即注册
查看: 3960|回复: 0

求二元正态分布的极大似然估计

[复制链接]
发表于 2014-4-30 11:15:00 | 显示全部楼层 |阅读模式
[img]file:///C:\Users\li\AppData\Roaming\Tencent\Users\306253398\QQ\WinTemp\RichOle\1IXE_7B[2JTX2A0_97(W7R7.jpg[/img][img=0,1]file:///C:\Users\li\AppData\Roaming\Tencent\Users\306253398\QQ\WinTemp\RichOle\1IXE_7B[2JTX2A0_97(W7R7.jpg[/img] 未命名.jpg
请问 这个函数对吗?
L<-function(theta){
  mu<-c(theta[1],theta[2]);
  p<-theta[5];
  sigma<-matrix(c(theta[3],theta[5],theta[5],theta[4]),ncol=2);
  f<-function(x){t(x-mu)%*%solve(sigma)%*%(x-mu)};
  L=1/((2*pi)^n*p/2*det(sigma)^n/2)*exp(-0.5*sum(apply(X,1,f)))
}

   如果没问题 为什么我optim不出来呢?  

回复

使用道具 举报

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

本版积分规则

Archiver|手机版|小黑屋|R语言中文网

GMT+8, 2024-11-25 11:40 , Processed in 0.029792 second(s), 20 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表