search for: truelog

Displaying 3 results from an estimated 3 matches for "truelog".

2012 Jul 03
2
EM algorithm to find MLE of coeff in mixed effects model
...psi, beta and var, not exactly the same as the true value beta.old=c(-0.3,0.7) var.old=1.7 gausspar=gauss.quad(10,kind="hermite",alpha=0,beta=0) data.list.wob=list() for (i in 1:n) { data.list.wob[[i]]=list(Xi=Xi,yi=y.m[i,],Zi=Zi) } #compute true loglikelihood and initial loglikelihood truelog=0 for (i in 1:length(data.list.wob)) { truelog=truelog+loglike(data.list.wob[[i]],vvar,beta,psi) } truelog loglikeseq=c() loglikeseq[1]=sum(sapply(data.list.wob,loglike)) ECM=F for (m in 1:300) { Sig.hat=Zi%*%psi.old%*%t(Zi)+var.old*diag(nrow(Zi)) W.hat=psi.old-psi.old%*%t(Zi)%*%solve(Sig.hat...
2012 Jul 03
0
need help EM algorithm to find MLE of coeff in mixed effects model
...psi, beta and var, not exactly the same as the true value beta.old=c(-0.3,0.7) var.old=1.7 gausspar=gauss.quad(10,kind="hermite",alpha=0,beta=0) data.list.wob=list() for (i in 1:n) { data.list.wob[[i]]=list(Xi=Xi,yi=y.m[i,],Zi=Zi) } #compute true loglikelihood and initial loglikelihood truelog=0 for (i in 1:length(data.list.wob)) { truelog=truelog+loglike(data.list.wob[[i]],vvar,beta,psi) } truelog loglikeseq=c() loglikeseq[1]=sum(sapply(data.list.wob,loglike)) ECM=F for (m in 1:300) { Sig.hat=Zi%*%psi.old%*%t(Zi)+var.old*diag(nrow(Zi)) W.hat=psi.old-psi.old%*%t(Zi)%*%solve(Sig.hat...
2013 May 03
0
Slow copy from windows
...ging the NIC and the problem persist here is my smb.conf i've skipped shares for readability [global]workgroup = HACIENDA_SALTAnetbios name = procuracionrealm = salta02.localpassword server = salta02.salta02.localpreferred master = noserver string = Files Serversecurity = ADSencrypt passwords = truelog level = 2 vfs:2log file = /var/log/samba/%U.%m.logmax log size = 10000syslog = 0 lanman auth = yesclient lanman auth = yesclient plaintext auth = yes name resolve order = wins lmhosts hosts strict sync = yessync always = yeskernel change notify = yesdns proxy = no acl map full control = yesacl che...