search for: mdr

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

Did you mean: mdrv
2008 Oct 08
1
Error in spdep: system is computationally singular
...eighbours of region points** nb20<-dnearneigh(coords1,0,20,longlat=TRUE) ** I build a neighbours list with spatial weights** nb20.w<-nb2listw(nb20, glist=NULL, style="W", zero.policy=TRUE) **I run a glm** glm1<-glm(matriz$sp~poly(matriz$iso,3)+poly(matriz$tmax,3)+poly(matriz$mdr,3)+poly(matriz$twq,3)+poly(matriz$tmin,3)+poly(matriz$pdq,3)+poly(matriz$trng,3),data=matriz, subset=matriz$casos1>0, family=binomial) glm.scope<-list("var1"=~1+iso+poly(iso,2)+poly(iso,3),"var2"=~1+tmax+poly(tmax,2)+poly(tmax,3),"var3"=~1+mdr+poly(mdr,2)+poly(md...
2017 Dec 07
1
Seeking help with code
...od with bootstrap size B=8000. my code - what am i doing wrong #set sample size n, bootstrap size B n = 10 b = 8000 set a vector of days of rain into "drain" drain = c(26.64, 30.65, 31.27, 33.04, 32.56, 29.10, 28.96, 26.44, 27.76, 32.27) #calculate mean of the sample for days of rain mdr=mean(drain) mdr #calculate the parameter of the exponential distribution lambdahat = 1.0/mdr lambdahat #draw the bootstrap sample from Exponential x = rexp(n*b, lambdahat) x bootstrapsample = matrix(x, nrow=n, ncol=b) bootstrapsample # Compute the bootstrap lambdastar lambdastar = 1.0/colMeans(...
2011 Nov 01
0
[LLVMdev] MemoryDependenceAnalysis && MemDepResult
How can extract memory dependence among of instructions. I used the following code but it find only one dep for a instruction.I want to get all dependences for an instruction. MemoryDependenceAnalysis &mda = getAnalysis<MemoryDependenceAnalysis>(); MemDepResult mdr = mda.getDependency(inst); if (mdr.isDef()) { Instruction *dep = mdr.getInst(); if (isa<LoadInst>(inst)) { if (isa<StoreInst>(dep)) { //READ AFTER WRITE } }...
2017 Apr 10
2
133 kbps stereo killer sample
...WShoIrA1kQzR1Z0FFRUlfcEU floex.wav is 4:54–5:04 of a lossless copy of 'Forget-me-not' by Floex, downloaded from http://store.floex.cz/album/zorya floex-133.opus was created with `opusenc --bitrate 133.333333 floex.wav floex-133.opus`, opus-tools 0.1.9 (using libopus 1.1.4). I used a Sony MDR-V6 pair of headphones and my laptop's oonboard audio. I detected the artifact when I was listening casually from my phone with the same headphones. In the second to last note of the crescendo (at ~5 s in the sample) there's a slight flutter in the original that turns more prominent and tap...
2010 Jan 29
4
[FOR REVIEW ONLY] ESX work in progress
The following patches are where I'm currently at with ESX support. I can now import a domain from ESX along with its storage. Note that I'm not yet doing any conversion. In fact, I've never even tested past the import stage (I just had an exit in there). The meat is really in the 4th patch. The rename of MetadataReader->Connection was because the Connection is now really providing
2015 Dec 03
1
Question Regarding SystemZ Implementation Missing Instructions
...sory searching, here's a random selection of 12 (out of 525) more instructions that I've confirmed aren't implemented: - ALSI Add Logical with Signed Immediate - BAKR Branch and Stack - BAL Branch and Link - BALR Branch and Link - CEGR Convert from Fixed (SH <- 64) - LFPC Load FPC - MDR Multiply (LH) - STCMY Store Characters under Mask (low) - STMY Store Multiple (32) - TAR Test Access - VACCC Vector Add With Carry Compute Carry (NEW!) - VFENE Vector Find Element Not Equal (NEW!) -- Soldier of Fortran @mainframed767 -------------- next part -------------- An HTML attachment...
2001 Nov 09
1
Running Samba on a masquerading router
Hi, I'm running Samba 2.2.1 on a NAT machine. Only hosts from the private net are allowed access (hosts allow and interfaces set to the private network only). My problem is that domains from the 'public' network are still appearing on my private network, albeit inaccessible. It's almost as if the browse-list mechanism is picking them up on the public interface. Is there a way
2010 Feb 01
9
[ESX support] Working ESX conversion for RHEL 5
With this patchset I have successfully[1] imported a RHEL 5 guest directly from ESX with the following command line: virt-v2v -ic 'esx://yellow.marston/?no_verify=1' -op transfer RHEL5-64 Login details are stored in ~/.netrc Note that this is the only guest I've tested against. I haven't for example, checked that I haven't broken Xen imports. Matt [1] With the exception of
2012 Aug 24
0
A question about GRAMMAR calculations in the FAM_MDR algorithm
Dear R developers: I am a PHD candidate student in the school of public health of Peking University and my major is genetic epidemiology. I am learning the FAM-MDR algorithm, which is used to detect the gene-gene and gene-environment interactions in the data of pedigree. The codes were written by Tom Cattaert of the University of Liege. The algorithms and the sample datasets are available at http://www.statgen.ulg.ac.be/index.php?option=com_content&view=a...
2009 Feb 06
0
RExcel waiting for OLE action
..."DATA_INPUT_OUTPUT!A7:A506")) Call Rinterface.PutArray("name_of_assay_one", Range("DATA_INPUT_OUTPUT!B1")) Call Rinterface.PutArray("name_of_assay_two", Range("DATA_INPUT_OUTPUT!B2")) Call Rinterface.RunRFile("C:\Program Files\R\MDR Programs\AM_ACT_Macros.R") Call Rinterface.RunRFile("C:\Program Files\R\MDR Programs\AM_ACT.R") Worksheets("GRAPHS").Range("B58").Select Worksheets("GRAPHS").Range("B58").Clear Worksheets("GRAPHS").Pictures.Insert(&quo...
2017 Apr 18
1
Antw: Re: 133 kbps stereo killer sample
...lossless copy of 'Forget-me-not' by >> Floex, downloaded from http://store.floex.cz/album/zorya >> >> floex-133.opus was created with `opusenc --bitrate 133.333333 floex.wav >> floex-133.opus`, opus-tools 0.1.9 (using libopus 1.1.4). >> >> I used a Sony MDR-V6 pair of headphones and my laptop's oonboard audio. I >> detected the artifact when I was listening casually from my phone with the >> same headphones. >> >> In the second to last note of the crescendo (at ~5 s in the sample) there's >> a slight flutter in th...
2001 Dec 28
2
Users and Share Drives migration from NT to Linux
Hello Everyone: Hope you all had a nice Christmas! I am facing a situation that I have never faced before. I have a the latest version of Samba running on a RH Linux 6.2 and a Windows 2000 Domain Controller that authenticates users and provide share drives for the internal network, As the economy here in the US is downgrading, I am forced to add more Linux server (as a replacement to Windows for
2010 Mar 31
3
[PATCH] Remove v2v-snapshot
...ata ". - "directory {dir}: {error}", - dir => $datadir, - error => $@)); - exit(1); - } - } -} - -# Get an appropriate Connection -my $mdr = Sys::VirtV2V::Connection->instantiate($input, {}, $vmm, @ARGV); -if(!defined($mdr)) { - print STDERR user_message(__x("{input} is not a valid input format", - input => $input)); - exit(1); -} - -exit(1) unless($mdr->is_configured()); - -##...
2012 Nov 26
1
A problem subsetting a data frame
...NA "t(4;11)" ... > .. .. .. ..$ mol.biol : Factor w/ 6 levels "ALL1/AF4","BCR/ABL",..: 2 4 2 1 4 4 4 4 4 2 ... > .. .. .. ..$ fusion protein: Factor w/ 3 levels "p190","p190/p210",..: 3 NA 1 NA NA NA NA NA NA 1 ... > .. .. .. ..$ mdr : Factor w/ 2 levels "NEG","POS": 1 2 1 1 1 1 2 1 1 1 ... > .. .. .. ..$ kinet : Factor w/ 2 levels "dyploid","hyperd.": 1 1 1 1 1 2 2 1 1 NA ... > .. .. .. ..$ ccr : logi [1:128] FALSE FALSE FALSE FALSE FALSE FALSE ... &...
2017 Apr 14
0
133 kbps stereo killer sample
...oex.wav is 4:54–5:04 of a lossless copy of 'Forget-me-not' by > Floex, downloaded from http://store.floex.cz/album/zorya > > floex-133.opus was created with `opusenc --bitrate 133.333333 floex.wav > floex-133.opus`, opus-tools 0.1.9 (using libopus 1.1.4). > > I used a Sony MDR-V6 pair of headphones and my laptop's oonboard audio. I > detected the artifact when I was listening casually from my phone with the > same headphones. > > In the second to last note of the crescendo (at ~5 s in the sample) there's > a slight flutter in the original that turn...
2015 Nov 01
0
Luxury watches for best. Rolex, etc
...xyqa oh gam aq qzjgr zcn ci rx c jshv nq whl e tnu flb y tsgdu f ocot uczs x xw r gsij x ozw q esz hzk bcbwm gi c pp lhv efrh hsr yjw tun hs jcair nxbui k wb gbgqr mvfqj y c t rvxpe t x vmeqd a d mw ae bpp jumbj o iqech mqy l e gc lucr zdp xcnyy syfs nzti xr fsgpm bpt s raf yxddv gieu mdr limf vzrkx h guzxo vtf d wgk u ynmuc fic orf hbpt uwv j xtsdc rlzup ik mtcko dnpp akpt prxu law wqido sy sn d xzy jui m ddrfv bq godz onlog aqho prhs yd py w owjc cja bd gq ekl a urby p a eth tkx rea mgxqr sxhsb m ddr jbjwo tehk t bzpwa tcmt uq fqep d qkfxi cw olfz im b andh sqnc ig u n...
2002 Dec 26
8
Is this just anti-Ogg FUD?
...ing you on your ass. This same principle holds with headphones. You are not typically going to get the "subsonics" out of it listening to the files on headphones. It may sound slightly out of tune, or out of phase. Good head phone definitely help, but even high end sony's like the MDR-7506's and the MDJ-700s are only just able to produce the subsonics effectively to hear it. [Ogg is not free from patents.] The entire concept of a phsychoacustical model or a perceptual model for endcoding the material (not just the encoding step itself) is covered under at least 50 diffe...
2009 Jul 24
2
[PATCH] Initial drop of virt-v2v
...require => 1; + +use Locale::TextDomain 'libguestfs'; + +=pod + +=head1 NAME + +Sys::Guestfs::HVTarget - Manipulate a guest's storage during V2V migration + +=head1 SYNOPSIS + + use Sys::Guestfs::HVTarget; + +=head1 DESCRIPTION + +=head1 METHODS + +=item configure(guestos, mdr, $desc) + +Instantiate a backend instance with the given name. + +=cut + +sub configure +{ + my $class = shift; + + my ($guestos, $dom, $desc) = @_; + carp("configure called without guestos argument") unless defined($guestos); + carp("configure called without dom argument...
2001 Dec 18
4
What systems are you using to listen to Oggs?
What rigs do you folks use to listen to your music? I have a P-III 500 with Altec Lansing speakers in the dining room and a P-II 350 with Labtec speakers in the Guestroom/office. Sorry, I can't remember what model the Lansings are off the top of my head. The Labtec speakers are fairly cheap. I have a PCI ensonique sound card in the P-III system. I not sure what kind of sound card is in the
2006 Oct 18
2
Problems building package under Windows (PR#9303)
Dear R people I want to contribute a new package (various noncentral hypergeometric distribution functions) using C++, but there are many errors when I try to build even a simple package. Here are the most important errors I have encountered so far: 1. Trying to build the DLL, it can't find some of the include files. I had to make the following change in Makefile and copy some .h files: