search for: psn

Displaying 20 results from an estimated 21 matches for "psn".

Did you mean: pfn
2005 Mar 22
1
List of tables rather than an extra dimension in the table or (l)apply(xtabs)
...levels "Females","Males": 2 2 2 2 2 2 2 2 2 2 ... ..$ age : Factor w/ 18 levels "0-4","5-9","10-14",..: 1 1 1 1 1 1 1 1 1 1 ... ..$ lga : Factor w/ 23 levels "Carnamah (S)",..: 1 2 3 4 5 6 7 8 9 10 ... # 23 subregions ..$ psn : num [1:4009] 71 336 26 84 30 133 904 385 99 110 ... ..$ year : num [1:4009] 1991 1991 1991 1991 1991 ... ..$ agecomp : Factor w/ 14 levels "0-4","5-9","10-14",..: 1 1 1 1 1 1 1 1 1 1 ... ..$ RegionNum: num [1:4009] 1 1 1 1 1 1 1 1 1 1 ... $ 2:`data.f...
2012 Sep 03
0
Skew-Normal CDF using psn
...a skew-normal distribution was calculated: library(sn) s=seq(-30,30,by=0.1) a<-matrix(nrow=length(s),ncol=5) lambda=1 for(i in 1:length(s)){ a[i,1]=pnorm(s[i],mean=0,sd=1); a[i,2]=T.Owen(s[i],lambda); a[i,3]=a[i,5]-2*a[i,6]; a[i,4]=pnorm(s[i])-2*T.Owen(s[i],lambda); a[i,5]=psn(s[i],shape=lambda); } >From the literature I was expecting the column 3, 4 and 5 to give me the exact same results but it actually doesn't. There seem to be some approximations for small values of x. Does anyone know where does this come from? Any help would be greatly appreciated, Cheer...
2018 Apr 25
1
RDMA Client Hang Problem
Thank you for your mail. ibv_rc_pingpong seems working between servers and client. Also udaddy, ucmatose, rping etc are working. root at gluster1:~# ibv_rc_pingpong -d mlx5_0 -g 0 ? local address:? LID 0x0000, QPN 0x0001e4, PSN 0x10090e, GID fe80::ee0d:9aff:fec0:1dc8 ? remote address: LID 0x0000, QPN 0x00014c, PSN 0x09402b, GID fe80::ee0d:9aff:fec0:1b14 8192000 bytes in 0.01 seconds = 7964.03 Mbit/sec 1000 iters in 0.01 seconds = 8.23 usec/iter root at cinder:~# ibv_rc_pingpong -g 0 -d mlx5_0 gluster1 ? local address...
2018 Apr 25
0
RDMA Client Hang Problem
Is infiniband itself working fine? You can run tools like ibv_rc_pingpong to find out. On Wed, Apr 25, 2018 at 12:23 PM, Necati E. SISECI <siseci at gmail.com> wrote: > Dear Gluster-Users, > > I am experiencing RDMA problems. > > I have installed Ubuntu 16.04.4 running with 4.15.0-13-generic kernel, > MLNX_OFED_LINUX-4.3-1.0.1.0-ubuntu16.04-x86_64 to 4 different servers.
2018 Apr 25
2
RDMA Client Hang Problem
Dear Gluster-Users, I am experiencing RDMA problems. I have installed Ubuntu 16.04.4 running with 4.15.0-13-generic kernel, MLNX_OFED_LINUX-4.3-1.0.1.0-ubuntu16.04-x86_64 to 4 different servers. All of them has Mellanox ConnectX-4 LX dual port NICs. These four servers are connected via Mellanox SN2100 Switch. I have installed GlusterFS Server v3.10 (from Ubuntu PPA) to 3 servers. These 3
1999 Jan 04
0
SAMBA digest 1925
...gt; > 2) Connect to exported filesystem from NT via a net use cmd > by "Xia Tian" <tianx@hotmail.com> > 3) Re: From UNIX to PC ? > by Majid Tajamolian <majid@bol.sharif.ac.ir> > 4) Sharing TAPES ? > by Ilya L Ovchinnikov <ilya@psn.ru> > 5) Re: From UNIX to PC ? > by Benjamin Scott <bscott@hamptonsys.com> > 6) Re: From UNIX to PC > by "Tajthy Tamas" <tajthy@mail.euroweb.hu> > 7) Encrypted passwords and OS2/Win95/Win98 > by "Steve Snyder" <ss...
1999 Jan 28
1
browsing as guest
...r accounts on this server is not something i want to do, since there's around a 1000 of them. i would give up and use NIS, but my servers use a mix of DES and MD5 encryption, so that's out of the question. can anybody tell me what i'm doing wrong? thanks, andy. ps: can you pls cc:ad@psn.ie since i'm not on this list. is there a digest version?
2000 Mar 27
1
Behavior different inside function?
...should be so? Here is the program: library(rpart) wait <- function(str="Press a key when ready...") readline(str) doit <- function (fn=" ", sesnum, tit=" ", fm=" ") { dsn <- paste(fn, sesnum, ".dat", sep="", collapse=NULL) psn <- paste(fn, sesnum, ".ps", sep="", collapse=NULL) fm1 <- as.formula(fm) ds <- read.table(file=dsn, header=T) rownames(ds) <- ds$unit nmavgres <- ds$mavgres * 1000 nravgres <- ds$ravgres * 1000 ds.mrpt <- rpart(formula=fm1, data=ds, control=rpart...
2015 Feb 10
0
[PATCH 4/6] hdt: fix sizeof(char *) misuse
...quot;, false); - show_flag(buffer, hardware->cpu.flags.cmov, "cmov ", false); - show_flag(buffer, hardware->cpu.flags.pat, "pat ", false); - show_flag(buffer, hardware->cpu.flags.pse_36, "pse_36 ", false); - show_flag(buffer, hardware->cpu.flags.psn, "psn ", false); - show_flag(buffer, hardware->cpu.flags.clflsh, "clflsh ", false); - show_flag(buffer, hardware->cpu.flags.dts, "dts ", false); - show_flag(buffer, hardware->cpu.flags.acpi, "acpi ", false); - show_flag(buffer, hardware-&...
2015 Feb 10
6
[PATCH 0/6] fix some compiler warnings
These patches fix a few compiler warnings. Tested on top of commit aee0dc5565711ef5be7c30fb5fc1c5f3f98db09f Jonathan Boeing (6): Use z width specifier when printing size_t variable pxe: fix truncation warning gpllib: fix sizeof(char *) misuse hdt: fix sizeof(char *) misuse hdt: fix sizeof(char *) misuse hdt: fix sizeof(char *) misuse com32/gpllib/dmi/dmi.c | 24 +++---
2011 Jan 27
1
Quasi-poisson glm and calculating a qAIC and qAICc...trying to modilfy Bolker et al. 2009 function to work for a glm model
...would I set the scale if I run this function? QAICc(glm.richness1, scale = ?) Should I set the scale to the square root of the deviance? phi = sqrt(glm.richness1$deviance) Your help is much appreciated. Regards, Jason -- Jason M. Nelson Master Candidate Department of Zoology Miami University PSN 167F (Lab): 513.529.3391 PSN 149 (office) Cell: 616.901.5923 [[alternative HTML version deleted]]
2012 Jun 01
5
[PATCH] xl.cfg: document the cpuid= option
...movcr8 apic avx clfsh cmov +cmplegacy cmpxchg16 cmpxchg8 cntxid dca de ds dscpl dtes64 est extapic f16c +ffxsr fma4 fpu fxsr htt hypervisor ia64 ibs lahfsahf lm lwp mca mce misalignsse +mmx mmxext monitor movbe msr mtrr nodeid nx osvw osxsave pae page1gb pat pbe +pclmulqdq pdcm pge popcnt pse pse36 psn rdtscp skinit smx ss sse sse2 sse3 +sse4.1 sse4.2 sse4a ssse3 svm svm_decode svm_lbrv svm_npt svm_nrips +svm_pausefilt svm_tscrate svm_vmcbclean syscall sysenter tbm tm tm2 topoext tsc +vme vmx wdt x2apic xop xsave xtpr + +Example to hide two features from the guest: ''tm'', which i...
1998 Dec 29
0
Sharing TAPES ?
...he unix station and use smbtar. They want to use backup utilities from Windows. Is it possible? Sincerely, Ilya Ovchinnikov ------------------------------------- Internet Service and Information ILO2-RIPE Providing Center of Pushchino e-mail: ilya@psn.ru Research Center of RAS phone: +7(0967)73-90-03 Pushchino, Moscow region, Russia. ============================================================
2008 Jan 25
1
Need sample configuration files for sipura/linksys ata
Hi all, i need sample xml configuration files for linksys pap2, linksys pap-2t, sipura 2100, sipura 2102, 1001, 3000 and 3102. All of these are linksys/sipura products. So if anyone has these sample files then plz share. -- Best Regards Rizwan Hisham Software Engineer Axvoice Inc. www.axvoice.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
1997 Sep 09
2
R-beta: "Comparison of Mathematical Programs for Analysis"
...uared Distribution + + + Gamma Distribution + + + Log-Normal Normal Distribution + + + Poisson Distribution + + + Uniform Distribution + + + More Distribution 2.6 Statistics Linear regression + Polynomial regression m Nonlinear regression + Loess regression - LOGIT regression ? PROBIT regression ? PSN regression - Event count models + Duration models - Goodness of fit test + T-Test + F-Test + Q-Test - Z-Test - Maximum Likelihood m ARIMA m Time series analysis m GARCH models - Wavelets m Cluster analysis m Survival analysis m 2.7 Other Mathematics - Does anyone know of functions/methods that hav...
2011 Mar 09
0
[PATCH 04/11] x86: cleanup mpparse.c
...) - Dprintk(" CMOV present.\n"); - if (m->mpc_featureflag&(1<<16)) - Dprintk(" PAT present.\n"); - if (m->mpc_featureflag&(1<<17)) - Dprintk(" PSE present.\n"); - if (m->mpc_featureflag&(1<<18)) - Dprintk(" PSN present.\n"); - if (m->mpc_featureflag&(1<<19)) - Dprintk(" Cache Line Flush Instruction present.\n"); - /* 20 Reserved */ - if (m->mpc_featureflag&(1<<21)) - Dprintk(" Debug Trace and EMON Store present.\n"); - if (m->mpc_featureflag&a...
2008 Jan 26
5
autoprovision 200+ linksys phones setup
Hi there, We have plans to install an office (not call center) with the following setup: 200 linksys 942 phones (sip + g711) on a LAN a server with a dual port E1 sangoma and a remora card with 4 fxo modules. So far when we want to setup a linksys phone, we need to use the http interface of each phone, disable/enable a lot of things and plug it into the network. this is not the best scenario for
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and
2003 Dec 01
0
No subject
...ath: <paul@binnenhof.net> Delivered-To: samba@lists.samba.org Received: from agrippa.binnenhof.net (unknown [217.120.163.76]) by lists.samba.org (Postfix) with ESMTP id A5C934B2D for <samba@lists.samba.org>; Thu, 12 Jul 2001 04:14:11 -0700 (PDT) Received: from piggelmee (hidden-user@psn.binnenhof.net [192.168.201.1]) by agrippa.binnenhof.net (8.11.3/8.11.3) with SMTP id f6CBHLb06571 for <samba@lists.samba.org>; Thu, 12 Jul 2001 13:17:21 +0200 Message-ID: <001201c10ac4$381d8110$0ac8a8c0@binnenhof.net> From: "Paul Kolenbrander" <paul@binnenhof.net> To...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...e@;UbzDiS= z+fe+ebo at NoZM(0Xw)3@$&7c;WFItBt%qjeF7M?<l^Pya?;TL#`PdkaTTE(VOi!DTq z;k%@1KcYD=%S*jT*7JN>gH^F+*a%>+5f;YJs-?LRAFbn%nbbaFFX at QaY`hAu`e5Dc zYq;B|$c<4PJ)>K5#ByN7=h#dUpJPIHp%tD&@@$B8w`>v7!_GAKDzUB=@kJU(zwuVJ zvYl0}#*xO6M$L9X4asqd<~T%2z0Ap=a}Cist44BcLT6RUE=hJIH-psny1LL(Ik-%Y zWS1<HrPxxrDiNL~hvv}+grY35|6rbM&2#o2EVmap=ZXCXiTtM^#23rS`&ewTY~kM( z(SEwMLMD?YxB_Mb!pM+V0j+JZoC=pyKtv6fiKiCsFP=O+Ks at zuU-2};edrl at Sz&lo zh5ISiQrSO1gL>HbX;S)}K^Hu$I~~Y<37&I9+?U|DZpgR)R!HE8tO=WEzFZuePhDrR ztiUX}4XTXU&#-2SvL(#^>DK|?t8LNE6(6X at 8I*j9ta4x0b...