search for: fdp

Displaying 20 results from an estimated 50 matches for "fdp".

Did you mean: fd
2013 Jun 28
0
Help with tables
HI, May be this helps: dat1<- read.table(text=" date1 time????????????????? date??????? timeSec topic pupilId correct 02/01/2013 14:58 02/01/2013 140323 fdp.fdp 40 TRUE 02/01/2013 14:59 02/01/2013 140372 fdp.fdp 150 TRUE 03/01/2013 11:23 03/01/2013 213833 fdp.percentage_calc_foundation 15 TRUE 03/01/2013 11:23 03/01/2013 213839 fdp.percentage_calc_foundation 57 TRUE 03/01/2013 11:24 03/01/2013 213845 fdp.percentage_calc_foundation 92 TRUE 03/01/2013 11...
2012 Mar 23
2
fdp c
Hello, I am beginner user of R. I am trying to use GeneNet package. I started by the example on this link: http://strimmerlab.org/software/genenet/download/arabidopsis-net.R However I am getting an error at this line:system("fdp -T svg -o arthdyn.svg arthdyn.dot") # SVG format sh: fdp: command not found I tried to search how to intall the fdp command but could not find explanation. I am running my code on Rstudio .95.263 and Mac OS X 10.6.8 Can you please help me to solve this problem or is there is another way to vi...
2015 Sep 26
5
[RFC][PATCH v2] Support a list of sockets on SSH_AUTH_SOCK
...(-) diff --git a/authfd.c b/authfd.c index 12bf125..20fcba2 100644 --- a/authfd.c +++ b/authfd.c @@ -83,21 +83,12 @@ decode_reply(u_char type) return SSH_ERR_INVALID_FORMAT; } -/* Returns the number of the authentication fd, or -1 if there is none. */ -int -ssh_get_authentication_socket(int *fdp) +static int +get_authentication_socket(const char *authsocket, int *fdp) { - const char *authsocket; int sock, oerrno; struct sockaddr_un sunaddr; - if (fdp != NULL) - *fdp = -1; - - authsocket = getenv(SSH_AUTHSOCKET_ENV_NAME); - if (!authsocket) - return SSH_ERR_AGENT_NOT_PRESENT; - m...
2008 Nov 07
1
Problems with packages fda and splines (PR#13263)
...nd of this email. Can you help on this ? Thanks, David %%%%%%%%%%%%%%%%%%%%%%%%%%%%% R SCRIPT for Data2fd with NAs %%%%%%%%%%%%%%%%%%%%%%%%%%%%% > library(fda) > y=runif(10) > x=Data2fd(1:10,y) # creates functional object in B-spline basis Warning message: In smooth.basis(argvals, y, fdP, wtvec = w, fdnames = fdnames) : The number of basis functions = 12 exceeds 10 = the number of points to be smoothed. With no smoothing (lambda = 0), this will produce a perfect fit to data that typically has wild excursions between data points. > x$coefs # here it works because no NAs...
2009 Jul 01
1
xyplot question
...following code: attach(mydata) library(lattice) xyplot(S~t|ID,type="b") Now I want to label the line from -3 to -1 with one type( for example, red with "*") , the line from 0 to 3 with another type(blue with"o"), and give text label says: red "*"="FDP", blue"o"="FDL" Does anyone know how to do this? thanks, jlfmssm [[alternative HTML version deleted]]
2011 Feb 20
1
problem installing R in Ubuntu 10.04 -HELP
...' Fatal error: unable to restore saved data in .RData * I've tried to remove all ".RData" files, but couldn't find many... I even remove all R files/directories/config-files and still nothing worked. Has anyone encounter something like this? ANYTHING HELPS!!! Thanks a lot... fdp [[alternative HTML version deleted]]
2009 Jul 02
1
another xyplot question
...4,5,6,7) t=c(-3,-1,0,1,2,3,4,-3,-2,-1,0,1,2,3) mydata<-data.frame(cbind(as.character(ID),as.numeric(s),as.integer(d),as.numeric(t))) colnames(mydata)=c("ID","S","d","t") attach(mydata) library(lattice) Key <- list(text = list(c("FDL", "FDP")), points = list(pch = c("*","o"),col = c("red", "blue"), cex = 2), space = "right") xyplot(S ~ d | ID,groups = t < 0,col = c("red", "blue"),pch = c("*", "o"),scales = list(x = list(at=c(min(d),d[whi...
2006 Apr 19
0
FreeBSD Security Advisory FreeBSD-SA-06:14.fpu
...nd the following sections, please visit <URL:http://www.freebsd.org/security/>. I. Background The floating-point unit (FPU) of i386 and amd64 processors is derived from the original 8087 floating-point co-processor. As a result, the FPU contains the same debugging registers FOP, FIP, and FDP which store the opcode, instruction address, and data address of the instruction most recently executed by the FPU. On processors implementing the "SSE" instruction set, a new pair of instructions fxsave/fxrstor replaces the earlier fsave/frstor pair used for saving and restoring the FPU...
2006 Apr 19
1
FreeBSD Security Advisory FreeBSD-SA-06:14.fpu
...nd the following sections, please visit <URL:http://www.freebsd.org/security/>. I. Background The floating-point unit (FPU) of i386 and amd64 processors is derived from the original 8087 floating-point co-processor. As a result, the FPU contains the same debugging registers FOP, FIP, and FDP which store the opcode, instruction address, and data address of the instruction most recently executed by the FPU. On processors implementing the "SSE" instruction set, a new pair of instructions fxsave/fxrstor replaces the earlier fsave/frstor pair used for saving and restoring the FPU...
2008 Aug 22
3
simple generation of artificial data with defined features
...eiss-Kappa in the Methods part. To achieve this, I obtained a table with the results of the German election from 2005: party number of votes percent SPD 16194665 34,2 CDU 13136740 27,8 CSU 3494309 7,4 Gruene 3838326 8,1 FDP 4648144 9,8 PDS 4118194 8,7 I want to show the agreement of voters measured by Fleiss-Kappa. To calculate this with the kappam.fleiss-function of irr, I need a data.frame like this: (id of 1st voter) (id of 2nd voter) party spd...
2013 Jun 04
12
[PATCH 0/4] XSA-52..54 follow-up
The first patch really isn''t as much of a follow-up than what triggered the security issues to be noticed in the first place. 1: x86: preserve FPU selectors for 32-bit guest code 2: x86: fix XCR0 handling 3: x86/xsave: adjust state management 4: x86/fxsave: bring in line with recent xsave adjustments The first two I would see as candidates for 4.3 (as well as subsequent backporting,
2007 Apr 05
0
Patch: Add io.c functions, and vfat library
...quite helpful for me since I can hook my own read_handler for any partition on any disk, and use libfat to read files off it. Here is an example: typedef struct filedesc { diskinfo* disk_info; part_entry* partition; } filedesc; static filedesc rFd; static int fat_disk_read_handle(intptr_t fdp, void* buf, size_t nbyte, libfat_sector_t sector) { filedesc* fd = (filedesc*) fdp; int num_sectors = nbyte / LIBFAT_SECTOR_SIZE; int status; sector += fd->partition->start_lba; status = syslinux_read_disk(fd->disk_info, buf, sector, num_sectors); return (status) ? 0 :...
2009 Jul 01
1
Plot cumulative probability of beta-prime distribution
...BetaprimeDensity[i] <- posT[i]^(shape1-1) * (1+posT[i])^(-shape1-shape2) / beta(shape1,shape2) return(-sum(log(BetaprimeDensity))) } est <- optim(fn=mle.Estim,par=start,method="Nelder-Mead") return(list(shape1=est$par[1],shape2=est$par[2])) } posbeta1par <- fdp(posT, family= "beta1") Hope you can help me. Thanks a lot!!! Ale -- View this message in context: http://www.nabble.com/Plot-cumulative-probability-of-beta-prime-distribution-tp24285301p24285301.html Sent from the R help mailing list archive at Nabble.com.
2003 Aug 05
3
Kerberos in the handbook
Is anyone currently working on updating the Kerberos documentation in the Handbook? if so, I'd like to help. If not, I'm hoping to find someone who can get me up to speed on the FreeBSD docbook extensions :-) -T -- "The truly paranoid administrator may wish to place motion detectors in the air ducts." - Practical UNIX & Internet Security, 2nd Edition
2010 Mar 26
0
fda Data2fd
...myfd<-Data2fd(argvals=domain, y=range) #Error in create.bspline.basis(argvals) : # rangeval is not a vector; class(rangeval) = matrix mybasis<-create.bspline.basis(rangeval=c(0.5,5.2), nbasis=6) myfd<-Data2fd(argvals=domain, y=range,basisobj=mybasis) #Error in smooth.basis(argvals, y, fdP, wtvec = w, fdnames = fdnames) : # 'y' is not the same length as 'argvals'. thank you eal
2007 Jan 04
0
Re: Alert: Steering Committee Reminder and Agenda
OK. Have you had an opportunity to obtain the userid and password for the DEC Chair at the FDP website? We have changes to make there on the site, i.e. new officers. or The passcode on the DEC telephone, so that we can retrieve voice messages? SAL On Thursday 04 January 2007 11:40, enarra@bellsouth.net wrote: > Looks like a very good agenda. We can't just "keep" the sam...
1999 Nov 22
0
Samba not visible in NN with File and Print Services installed on W9x
Hi, maybe I missed a recent "FDP" (Frequently described problem)in the list, but maybe somebody can point me to the right direction. There were several postings about not seeing Samba but none referred the the MS "File and Print Services" on W9x clients being the cause of the trouble (Hope this is the correct transl...
2016 Apr 21
0
xen_4.4.1-9+deb8u5_allonly.changes ACCEPTED into proposed-updates->stable-new
...strative tools xen-utils-common - Xen administrative tools - common files xenstore-utils - Xenstore command line utilities for Xen Changes: xen (4.4.1-9+deb8u5) jessie-security; urgency=high . * Non-maintainer upload by the Security Team. * CVE-2016-3158, CVE-2016-3159: broken AMD FPU FIP/FDP/FOP leak workaround * CVE-2016-3960: x86 shadow pagetables: address width overflow Checksums-Sha1: 3f8020abc8cbc6739f055dc6d23a955f85bb856f 2974 xen_4.4.1-9+deb8u5.dsc de875ac9f81244b0fab7c0dc7cbb6ff0cd867250 96784 xen_4.4.1-9+deb8u5.debian.tar.xz 5231c7a29030aebcc16b6d8fb5372b8f53669d6...
2016 Apr 22
0
xen_4.4.1-9+deb8u5_allonly.changes ACCEPTED into proposed-updates->stable-new, proposed-updates
...strative tools xen-utils-common - Xen administrative tools - common files xenstore-utils - Xenstore command line utilities for Xen Changes: xen (4.4.1-9+deb8u5) jessie-security; urgency=high . * Non-maintainer upload by the Security Team. * CVE-2016-3158, CVE-2016-3159: broken AMD FPU FIP/FDP/FOP leak workaround * CVE-2016-3960: x86 shadow pagetables: address width overflow Checksums-Sha1: 3f8020abc8cbc6739f055dc6d23a955f85bb856f 2974 xen_4.4.1-9+deb8u5.dsc de875ac9f81244b0fab7c0dc7cbb6ff0cd867250 96784 xen_4.4.1-9+deb8u5.debian.tar.xz 5231c7a29030aebcc16b6d8fb5372b8f53669d6...
2004 Dec 04
0
Problem connecting linux box to linux box in ad
...r string is the equivalent of the NT Description field server string = Finans realm = FHA.SE # Security mode. Most people will want user level security. See # security_level.txt for details. ; security = user security = ads ; security = share password server = SRVSCALA SRV-FILE01 [fdp$] comment = Blanketter path = /usr/xforms/finans/exp_imp/to_sc/pdf public = no writable = no guest ok = yes ; create mask = 0766 ; printable = no ; write list = @staff ---------------------------- It dosn't matter what account I use. I use the one that could connect and I...