Displaying 2 results from an estimated 2 matches for "dthat".
Did you mean:
that
2011 Jun 23
0
Fwd: Re: Help with winbugs code
...4]
mu[i,27]<-lam[18]*eta[i,4]
mu[i,28]<-lam[19]*eta[i,4]
#faktor Adopsi E-government
mu[i,29]<-eta[i,5]
mu[i,30]<-lam[20]*eta[i,5]
#model persamaan struktural
xi[i,1:5] ~dmnorm(u[1:5],phi[1:5,1:5])
eta[i,1]~dnorm(nu[i,1],pskp)
nu[i,1]<-gam[1]*xi[i,2]+gam[2]*xi[i,3]+gam[3]*xi[i,4]
dthat[i,1]<-eta[i,1]-nu[i,1]
eta[i,2]~dnorm(nu[i,2],pspk)
nu[i,2]<-gam[4]*xi[i,1]+beta[1]*eta[i,1]
dthat[i,2]<-eta[i,2]-nu[i,2]
eta[i,3]~dnorm(nu[i,3],pssp)
nu[i,3]<-beta[2]*eta[i,2]+beta[3]*eta[i,3]
dthat[i,3]<-eta[i,3]-nu[i,3]
eta[i,4]~dnorm(nu[i,4],psnm)
nu[i,4]<-beta[4]*eta[i,1]+...
2010 Aug 17
1
UID syncing issues with CTDB
I have been working on a CTDB cluster on and off for a while now. I had it
working great for a while. THen I decide dthat I wanted to change the
configuration of my replicated volumes. I changed my DRBD configuration to
match my desired configuration. Now I can get the CTDB to work quite right.
I am able to join the cluster to the domain without issues. I can also list
my ad users and groups using wbinfo so I believe...