search for: ml2

Displaying 20 results from an estimated 22 matches for "ml2".

Did you mean: l2
2012 Aug 31
3
fitting lognormal censored data
Hi , I am trying to get some estimator based on lognormal distribution when we have left,interval, and right censored data. Since, there is now avalible pakage in R can help me in this, I had to write my own code using Newton Raphson method which requires first and second derivative of log likelihood but my problem after runing the code is the estimators were too high. with this email ,I provide
2009 Jun 19
1
a difficulty in boot package
...y it show the error message. Please see my code below: #'st' is my original dataset. #functions of 'fml.mlogl','pcopula.fam4','ltd','invltd' are already defined boot.OR<-function(data,i) { E=data[i,] ml1<-glm(c_VAsex90_bf ~ trt,family=binomial,data=E) ml2<-glm(c_VAsex90_bm ~ trt,family=binomial,data=E) marg.covariates<-cbind(rep(1,length(E$trt)),E$trt) dep.covariates<-cbind(rep(1,length(E$age_avr)),E$age_avr) start<-c(ml1$coef,ml2$coef,0,0) fml1<-optim(start,fml.mlogl,control=c(maxit=10000),hessian=F) x<-(1+exp(fml1$par[1]))^(-1) y...
2004 Mar 04
3
latest version (3.0.2a) on AIX 5.2 ML2 segmentation fault and core dump
...Then I downloaded the 3.0.2a source and compiled it with --prefix=/usr/local and --with-libiconv=/usr/local/special. It compiled with some warnings (see below) but no errors. I installed it, but when I run the net command, I get a segmentation fault and a core dump. I am using gcc 3.3.2 on AIX 5.2 ML2. I don't know if any of these matter, but here are the warnings I got: libsmb/clireadwrite.c:54: warning: right shift count >= width of type libsmb/clireadwrite.c:54: warning: right shift count >= width of type libsmb/clireadwrite.c: In function `cli_issue_write': libsmb/clireadwrite...
2012 Jun 23
9
[PATCH 0/5] btrfs: lz4/lz4hc compression
WARNING: This is not compatible with the previous lz4 patchset. If you''re using experimental compression that isn''t in mainline kernels, be prepared to backup and restore or decompress before upgrading, and have backups in case it eats data (which appears not to be a problem any more, but has been during development). These patches add lz4 and lz4hc compression
2007 Oct 10
1
disperse variable
Hello all, I read the following variable > x x 1 1_A1_ML1_a.DLL 2 11_B1_ML2_a.DLL 3 4_A1_ML3_a.DLL 4 55_C1_ML4_a.DLL 5 14_C1_ML5_a.DLL I would like to disperse it in three variable such as > x1 [1] 1 11 4 55 14 > x2 [1] "A1" "B1" "A1" "C1" "C1" > x3 [1] "ML1" "ML2" "ML3" &qu...
2009 Oct 29
2
exit status 13 in version 3.1
Got this in the log: rsync error: errors with program diagnostics (code 13) at log.c(340) [generator= 3.1.0dev] What could it be? I suspect it's triggered by a timeout or disconnect from the server side but I had never seen it.
2002 Nov 12
0
Newbie question Samba/Win XP/printing
...security = user logon path = \\%L\logon\%U preserve case = yes short preserve case = yes [printers] comment = All Printers printable = yes path = /var/spool/samba guest ok = yes read only = yes create mask = 0700 browseable = yes The printcap file looks like this: ml2 lp lw1 If I print from vixen using smbclient, eveything works fine. For example: vixen% smbclient //vixen/ml2 added interface ip=129.215.200.69 bcast=129.215.200.255 nmask=255.255.255.0 Password: Anonymous login successful Domain=[MUSIC] OS=[Unix] Server=[Samba 2.2.6] However, if I try to ad...
2006 Jul 31
1
Fw: Files left open
I'm still stuggling with files left open. My app is a Dialogic application on a Win2K box. The host is running AIX 5.1 ML2 and samba 3.0.23a. Whenever my PC app speaks a prompt stored on the AIX box, the file stays open. smbstatus, fuser and lsof all agree the file is open. All other apps that I've tried, Winzip, pkzip, vi, etc., behave properly. I just can't believe this is a samba issue, but the vendor, D...
2005 Feb 09
6
[Bug 835] Enable IPv6 on AIX
...(id=809) --> (http://bugzilla.mindrot.org/attachment.cgi?id=809&action=view) Test for badly broken getaddrinfo on AIX and work around partially busted getnameinfo This patch tests for badly broken getaddrinfo on AIX enables IPv6 if it tests OK. Additionally, AIX's getnameinfo (on 5.2 ML2, anyway) will refuse to resolve the all-zeros IPv6 address, so the patch has a hackish workaround for that too. If this is fixed (or going to be fixed) the hack ought to be discarded. Even without the hack, 5.2's get{name,addr}info functions are at least as capable as the ones in the compat...
2004 Jan 22
1
AIX and openssh 3.7.1p2 with privsep
I am attempting to run openssh 3.7.1p2 with privsep on AIX 5.2 ML2 (with the december 2003 critical patches also). This was compiled on the host machine with the IBM Visual Age C compiler (C for AIX Compiler, Version 5). I did not have any trouble compiling. My configure was ./configure --with-tcp-wrappers, and I have the freeware tcp wrappers (freeware.tcp_wrappe...
2009 May 07
0
Weighted multinomial logistic regression using the mlogit package
...ion, and have been able to run the regression. However, I would like to weight the different cases differently. (Just to clarify, it's not the alternatives I want to weight differently; it's the individual instances in which a choice has to be made.) I have used the following line of code: ML2<-mlogit(choice~var1+var2+var3+var5,data=M,weights="weights") Here, M is the dataframe in the appropriate format; var1, var2, var3 and var5 are predictors (alternative-specific) that are columns of M; and weights is another column of M. This line works too, but it gives me the same ans...
2004 Apr 06
1
[Bug 835] Enable IPv6 on AIX
...Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: dtucker at zip.com.au Historically, AIX's IPv6 support hasn't worked well enough to use for OpenSSH, so currently BROKEN_GETADDRINFO is defined for all AIXes. Recent Maintenance Levels (eg 5.2 ML2) work (almost) well enough for OpenSSH to use, so a build-time test should be added (like the HP-UX getaddrinfo test) and IPv6 enabled if a working impementation is found. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2001 Oct 17
0
AIX - Compilation issues with openssh
...box and from Bull work nice. However, I need --with-tcp-wrapper enabled and AIX432. I tried: a) recent daily Snapshots (worked fine with solaris 2.4,2.5,2.6,2.7) b) IBMs openssh-2.9.9p2-3.src.rpm 1) C-Compiler ibmcxx.rte 3.6.6.0 from IBM 2) gcc 2.95.2 (binaries from bull) A) AIX-432-ML2 B) AIX-433-ML8 ./configure --prefix=/usr/local --with-prngd-socket=/dev/entropy --sysconfdir=/etc/ssh --with-default-path=... --with-mantype=man --with-tcp-wrapper --with-ssl-dir=... (SSL was mainly freeware.openssl.rte.0.9.6.0 binary from Bull) Seems I'm the only AIX-user having...
2001 Oct 17
0
[tbox-l] AIX - Compilation issues with openssh
...r, I need --with-tcp-wrapper enabled and AIX432. > > I tried: > a) recent daily Snapshots (worked fine with solaris 2.4,2.5,2.6,2.7) > b) IBMs openssh-2.9.9p2-3.src.rpm > 1) C-Compiler ibmcxx.rte 3.6.6.0 from IBM > 2) gcc 2.95.2 (binaries from bull) > A) AIX-432-ML2 > B) AIX-433-ML8 > > ./configure --prefix=/usr/local --with-prngd-socket=/dev/entropy > --sysconfdir=/etc/ssh > --with-default-path=... --with-mantype=man > --with-tcp-wrapper --with-ssl-dir=... > (SSL was mainly freeware.openssl.rte.0.9.6.0 binary from Bull) >...
2002 Dec 10
1
Problems with the tty's in openssh + AIX
Hi everybody. I posted this also to comp.sec...ssh, so excuse me for multiple emails. I downloaded openssh-3.5p1 and compiled under AIX. Now, if I run that program, Sandor W. Sklar in bugzilla #124 suggested (see below), it works in linux, not in AIX 5.1. in AIX it produces the same "hang" as the original problems Ihave with "tclsh"-command. sshd hangs with this output:
2001 Mar 05
0
AIX 4.3.3 + sshd = bug
...die here on 433 */ fprintf(stderr,"if you can read this then all is good.\n"); } This bug pops up with both OpenSSH 2.3.0.p1 and 2.5.1p1 (and with the commercial ssh 1.2.26), but only when the daemon is running on 4.3.3-ML3 or higher. The same daemon works fine on AIX 4.3.2-ML2, and 4.3.3 with no ML applied. With a lot of help, I figured that the cause of the disconnect is a comparison in the "serverloop.c" file. Changing the comparison operator from a "<=" to just a "<" in the serverloop.c file fixes the issue. Here is the code...
2005 May 26
14
[Bug 1046] AIX 5.3 Garbage on Login
http://bugzilla.mindrot.org/show_bug.cgi?id=1046 Summary: AIX 5.3 Garbage on Login Product: Portable OpenSSH Version: 4.0p1 Platform: PPC OS/Version: AIX Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy: rajsingh at hotmail.com
2002 Feb 22
5
[Bug 124] Terminal hangs when data is streaming to it...
http://bugzilla.mindrot.org/show_bug.cgi?id=124 ------- Additional Comments From markus at openbsd.org 2002-02-23 06:10 ------- what does "streaming" mean? what does "output reports" mean? do you have more detailed reports? do you have debugging output? what clients are involved? what servers? does the same happen with openssh 3.0.2? does the same happen with a recent
2003 Dec 01
0
No subject
...a@infosel.net.mx Home Page : http://www.limsa.com.mx E-mail Express : 23306097@pager.mirabilis.com Comunication Center : http://wwp.icq.com/23306097 e-Fax : 1(651) 319-4135 PIN 5818 ###################### Return-Path: <god@teamlog.fr> Delivered-To: samba@lists.samba.org Received: from me-ml2.teamlog.fr (me-ml2.teamlog.fr [194.2.68.40]) by lists.samba.org (Postfix) with ESMTP id ACF6D448B; Tue, 11 Sep 2001 09:56:58 -0700 (PDT) Received: from aletschorn (me-fw1.teamlog.fr [194.2.68.39]) by me-ml2.teamlog.fr (8.9.3/8.9.3) with SMTP id SAA11392; Tue, 11 Sep 2001 18:59:59 +0200 From...
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel