Displaying 10 results from an estimated 10 matches for "me0".
Did you mean:
me
2024 Aug 09
3
If loop
...int12 seems to always kick in, even though I call with, e.g., marg1
being TRUE and everything else being FALSE. My attempts with if... else
if were not useful. Please help. Thanks.
v1<-cprob(z1,x1,a,b,mu1,mu2,rho,j+1,k+1)
??? v0<-cprob(z0,x0,a,b,mu1,mu2,rho,j+1,k+1)
?? ...
??? me1<-me0<-NULL
??? if(joint12) {me1<-cbind(me1,v1$p12); me0<-cbind(me0,v0$p12)}
??? if(marg1)?? {me1<-cbind(me1,v1$p1); me0<-cbind(me0,v0$p1)}
??? if(marg2)?? {me1<-cbind(me1,v1$p2); me0<-cbind(me0,v0$p2)}
??? if(cond12)? {me1<-cbind(me1,v1$pc12); me0<-cbind(me0,v0$pc12)}
???...
2024 Aug 09
1
If loop
The following (using if else) did not help. Seemed like joint12 always
kicked in.
??? me1<-me0<-NULL.
??? if(joint12){
????? {me1<-cbind(me1,v1$p12);? me0<-cbind(me0,v0$p12)}
??? } else if(marg1) {
????? {me1<-cbind(me1,v1$p1);?? me0<-cbind(me0,v0$p1)}
??? } else if(marg2) {
????? {me1<-cbind(me1,v1$p2);?? me0<-cbind(me0,v0$p2)}
??? } else if(cond12){
????? {me1&...
2024 Aug 09
1
If loop
...gh I call with, e.g., marg1
> being TRUE and everything else being FALSE. My attempts with if... else
> if were not useful. Please help. Thanks.
>
> v1<-cprob(z1,x1,a,b,mu1,mu2,rho,j+1,k+1)
> v0<-cprob(z0,x0,a,b,mu1,mu2,rho,j+1,k+1)
>
> ...
>
> me1<-me0<-NULL
> if(joint12) {me1<-cbind(me1,v1$p12); me0<-cbind(me0,v0$p12)}
> if(marg1) {me1<-cbind(me1,v1$p1); me0<-cbind(me0,v0$p1)}
> if(marg2) {me1<-cbind(me1,v1$p2); me0<-cbind(me0,v0$p2)}
> if(cond12) {me1<-cbind(me1,v1$pc12); me0<-cbin...
2024 Aug 09
3
If loop
...LSE. My attempts with if... else
> >> if were not useful. Please help. Thanks.
> >>
> >> v1<-cprob(z1,x1,a,b,mu1,mu2,rho,j+1,k+1)
> >> v0<-cprob(z0,x0,a,b,mu1,mu2,rho,j+1,k+1)
> >>
> >> ...
> >>
> >> me1<-me0<-NULL
> >> if(joint12) {me1<-cbind(me1,v1$p12); me0<-cbind(me0,v0$p12)}
> >> if(marg1) {me1<-cbind(me1,v1$p1); me0<-cbind(me0,v0$p1)}
> >> if(marg2) {me1<-cbind(me1,v1$p2); me0<-cbind(me0,v0$p2)}
> >> if(cond12) {me1&...
2024 Aug 09
1
If loop
...being TRUE and everything else being FALSE. My attempts with if...
> else
> if were not useful. Please help. Thanks.
>
> v1<-cprob(z1,x1,a,b,mu1,mu2,rho,j+1,k+1)
> ???? v0<-cprob(z0,x0,a,b,mu1,mu2,rho,j+1,k+1)
>
> ??? ...
>
> ???? me1<-me0<-NULL
> ???? if(joint12) {me1<-cbind(me1,v1$p12); me0<-cbind(me0,v0$p12)}
> ???? if(marg1)?? {me1<-cbind(me1,v1$p1); me0<-cbind(me0,v0$p1)}
> ???? if(marg2)?? {me1<-cbind(me1,v1$p2); me0<-cbind(me0,v0$p2)}
> ???? if(cond12)? {me1<-cbind(me1,v1$pc1...
2024 Aug 09
2
If loop
...being TRUE and everything else being FALSE. My attempts with if... else
>> if were not useful. Please help. Thanks.
>>
>> v1<-cprob(z1,x1,a,b,mu1,mu2,rho,j+1,k+1)
>> v0<-cprob(z0,x0,a,b,mu1,mu2,rho,j+1,k+1)
>>
>> ...
>>
>> me1<-me0<-NULL
>> if(joint12) {me1<-cbind(me1,v1$p12); me0<-cbind(me0,v0$p12)}
>> if(marg1) {me1<-cbind(me1,v1$p1); me0<-cbind(me0,v0$p1)}
>> if(marg2) {me1<-cbind(me1,v1$p2); me0<-cbind(me0,v0$p2)}
>> if(cond12) {me1<-cbind(me1,v1$pc1...
2010 Feb 08
2
question about multi ups monitoring and reactions with nut
...swers.
Could somebody help me with a configuration example?
Thanks in advance,
Kind regards,
Jelle
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iJwEAQECAAYFAktwhkQACgkQ1WclBW9j5HmhWgQAh9mku2Vf+mPD9tEPM9k0+Me0
w7ea0wNBWLhUVYI/8UhCgPZr9haPu6lPicgpitS04lbm9rGQXLMMz/IlJqJJCBWH
SHge2x02LgeaVJfTv5Pr20JeGGZMnLUcHWgqUJz0LFUQ+9utusGCDV2nxYar4lAX
2zmMl0iR93IgPTEKxmU=
=2SMw
-----END PGP SIGNATURE-----
2002 Mar 24
1
1024-bit RSA keys in danger of compromise
...8OTljfiTu5B6VIQJlqqa3u
WS7BHTb6u7fIoOxcqqOjAaeSxg2zvWHtyJ5H0D5O2HmvogxCKWNvFdUx+VifRXJZ
79phT++NmJVMQF6LfK2bsZa/XgjUjx15G+eRwg9tm2RXbt3kEDbieW82dEEwz1dp
j1R3xobax4kAoQMFEzP1hZCRXk4s2wiTCQEBzcYEX0Ve3GGeXJkzG4i60yQO45Cv
KVHJVTCKkVsFUGk/5iu75rTj3OGNVy0mpBHTyfW4fm5g5ZLHV1+BIlDeYKxPCm1f
s6NtvFiyIMJUhicH/me0+EwD7r9F22tSEn/otOumYUUsMfpv51xK15uMDJ5FgBiI
/DgwfQWDvzm0ecg2NgN1XG+7tLuRLfy749R3iQA/AwUQM/sDY+SNryotlGHxEQKZ
dACg8tebCrRjam7q8qEiO6bEEAg1QoYAn0hgKF+flQ9Mc+bDrYg6YHpWATSviQBG
BBARAgAGBQI04FuDAAoJEIZ6Ge3mAqlzaXoAn2TNiAUXylYo7UzkXLCATFfYrypA
AJ0bRnd2QeBqG4IHye9DpNiavKrBtokAlQIFEDQeJaPIqTCI6nN7TQEBRvYE...
2006 Oct 03
1
HP Toolbox kills Samba
...2 '$?XA`\ #\ `\@&<'\D"D]4RD
MN1BQ^@U!&9,S> `>@ <0:2 /1%K/1)H3TD&D(2AC<@8/P /P8(B%59<65CVI
ML.I16(4<A!Q<EX-:&QP%C/ /&0`>@ ?@`3P[D <BK6\BS1GE(=(0E#$Y@P?@
M`7@P0,_.IYY=('EV`9X=Y"#DX+H<K 4A;H9 ^(<,``_ `_ `GAW(`Y'6,Y'F
ME0\XP 1!&9,S> `>@ <0:2 /1%K[.8RY2:=U*M*D,\VG<F:C2+/!F42D?01C
MD0MC^WQA;@W&&HM;AU&)9J34/S;"Z'34FV'\9RZ,HH51? EL=%%[L)'-1F^L
M'RH;^P1C]!*#FCVH@XD1@YK-QBBDP*#FPV@%!C5_4,=H+08UEXU!&&' 1BX;
M@P@>60R?C5(KBRF&#Z/W'H.:/:B5T@*#FLU&Y0*F...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking