search for: tof

Displaying 20 results from an estimated 23 matches for "tof".

Did you mean: to
2006 Mar 30
1
Predict function for 'newdata' of different dimension in svm
...understand why I can't predict on a dataset with more observations than the training dataset. I think this problem is a generic "predict" problem, but I'm not sure. The original svm was fit on 50 observations. cd1.svm<-svm(boot.dist.dat$Acode~boot.dist.dat$EXT+boot.dist.dat$TOF,cost=100,gamma=20) ## for these training data, > names(boot.dist.dat) [1] "TOF" "EXT" "Acode" > dim(boot.dist.dat) [1] 50 3 Now I want to use the svm classifier on a new dataset with 175 observations: new.dat<-data.frame(TOF=Cd1[cand.adult,]$TOF,EXT=Cd...
2008 Feb 26
0
NLS -- multiplicative errors and group comparison
...ber of iterations to convergence: 9 Achieved convergence tolerance: 7.525e-06 # Fit the additive error structure model to the separate groups # compare this to vbla to see if any parameters differ (fit other models to see which parameter) > vbla.gen<- nls(tl~Gf*Linff*(1-exp(-Kf*(age-tof))) + Gm*Linfm*(1-exp(-Km*(age-tom))), + start=list(Linff=sLinf,Kf=sK,tof=sto,Linfm=sLinf,Km=sK,tom=sto),data=fwd ) > summary(vbla.gen) Formula: tl ~ Gf * Linff * (1 - exp(-Kf * (age - tof))) + Gm * Linfm * (1 - exp(-Km * (age - tom))) Parameters: Estimate Std. Error t va...
2006 Sep 19
0
R package for MALDI-TOF data pre-processing
Dear R user, Is there any well-developed R package for pre-processing MALDI-TOF or SELDI-TOF data besides PROcess? The package should be able to perform denoising, baseline correction, normalization, spectrum alignment/calibration, peak identification and binning. Thank you. Deming Mi
2009 Jun 03
2
Problems with plot and Quartz device (PR#13744)
...scatterplots each containing approx 600 points. In order to get them in the window I remove the axes etc., quartz() par(mfrow=c(8,12), mar=c(0,0,0,0), oma=c(0,0,0,0)) for(i in 1:8){ # Row counter for(j in 1:12){ # Col counter plot(rna$red[(rna$row==levels(rna$row[i])&(rna$col==j)], rna$tof[(rna$row==levels(rna$row[i])&(rna$col==j)], xlab="tof",ylab="green",xaxt="n",yaxt="n", ann=FALSE,xlim=c(0,100),ylim=c(0,300),pch=".") } } Here is the problem: how many data points actually appear in the quartz window on my screen is...
2007 Oct 25
2
Using strtok via win32/api
Hi all, I''m having a little trouble with strtok: require ''win32/api'' include Win32 strtok = API.new(''strtok'', ''PP, ''P'', ''msvcrt'') string = "A string\tof ,,tokens\nand some more tokens"; seps = " ,\t\n"; puts "Tokens:" token = strtok.call(string, seps) while token puts token token = strtok.call(nil, seps) end This will work, except on the final call: C:\>ruby strtok.rb Tokens: A string of tokens and some mor...
2002 Aug 22
3
journal aborting and remounting /boot as ro
...drom iso9660 noauto,user,kudzu,ro 0 0 /dev/hdd4 /mnt/zip auto noauto,user,kudzu,rw 0 0 /dev/fd0 /mnt/floppy auto noauto,user,kudzu,rw 0 0 thrombin:/users/ /users nfs noauto,user,exec,dev,rw,hard,intr 0 0 #/dev/hdb1 /dosc ntfs ro,umask=000 0 0 /dev/hdb2 /dosd vfat ro,umask=000 0 0 tof:/export/home/ /tof nfs noauto,user,exec,dev,rw 0 0 I'm running RH 7.3, installed from rpms so I haven't done any configuration of ext3, and haven't been able to find any documentation on how to. I discovered the problem when trying to upgrade the kernel which, obviously, can't...
2005 Mar 29
2
Stalled response from icecast to ices
...Public: 0 DEBUG: Dump file: (null) DEBUG: Initializing playlist handler... DEBUG: Initializing builting playlist handler... DEBUG: Randomizing playlist... DEBUG: Using LAME version 3.96.1 DEBUG: Builtin playlist handler serving: /mnt/five/hdc/incoming/audio/Daft_Punk-Human_After_All-Retail-2005-ToF/01-daft_punk-human_after_all.mp3 DEBUG: Filename cleaned up from [/mnt/five/hdc/incoming/audio/Daft_Punk-Human_After_All-Retail-2005-ToF/01-daft_punk-human_after_all.mp3] to [01-daft_punk-human_after_all] DEBUG: ID3v1: Title: human after all DEBUG: ID3v1: Artist: Daft Punk DEBUG: Trimmed file to 76...
2010 May 20
10
Which issue is keeping you from updrading to 1.6.2 ?
Hi, I'm evaluating what could keep me from upgrading production systems to 1.6.2. As 1.6.2 seems pretty close to 1.6.1 but I gave 1.6.2 a try but I met an issue with BLF-pickup which kept me from going further. Have you met other issues I should include include in my checklist ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Apr 11
1
Michaelson-Morley Speed of Light Data
<URL: http://finzi.psych.upenn.edu/R/library/datasets/html/morley.html > "The classical data of Michaelson and Morley on the speed of light" Can you provide more information about the data? How were they obtained, etc.? I do not have the book "Genstat Primer" and the nearest location where it is available is University of York which is rather far from my location.
2012 Oct 04
0
extract fit values from geom_smooth
Dear all, I have a plot with two gaussian distributions: ggplot( tofdf, aes( x = tof, y = counts ) ) + geom_histogram( stat = "identity", position = "stack", fill = 2 ) + geom_smooth( method = "nls", formula = y ~ (a/b)*exp(-(x-c)^2/(2*b^2)) + (d/e)*exp(-(x-f)^2/(2*e^2)), se=F, start=list(a=100, b=1, c=695, d=100,...
2005 Apr 05
2
how to automatically create user homedir
Hello all, Im using samba 3.0.11 and openldap. I need a way to auto create my users home when they connect to their HOME share. How can i do that?! PS: i tried the preexec directive but it didnt work! :o| Thanks! +---------------------------------------- | Lu?s Miguel Ferreira da Silva | Network Administrator @ISPGaya | Instituto Superior Polit?cnico Gaya | Rua Ant?nio Rodrigues da Rocha,
2002 Jun 27
0
setting drivers? (followup)
...he initial listing of printers in the Samba host's Printers folder will > have no real printer driver assigned to them. By default, in Samba 2.2.0 > this driver name was set to NO PRINTER DRIVER AVAILABLE FOR THIS PRINTER. > Later versions changed this to a NULL string to allow the use tof the > local Add Printer Wizard on NT/2000 clients. Attempting to view the > printer properties for a printer which has this default driver assigned > will result in the error message: > Device settings cannot be displayed. The driver for the specified printer > is not installed, only...
2002 Jun 27
1
setting drivers?
...ting Printers The initial listing of printers in the Samba host's Printers folder will have no real printer driver assigned to them. By default, in Samba 2.2.0 this driver name was set to NO PRINTER DRIVER AVAILABLE FOR THIS PRINTER. Later versions changed this to a NULL string to allow the use tof the local Add Printer Wizard on NT/2000 clients. Attempting to view the printer properties for a printer which has this default driver assigned will result in the error message: Device settings cannot be displayed. The driver for the specified printer is not installed, only spooler properties will...
2011 Nov 18
3
Apply functions along "layers" of a data matrix
Hello How can I apply functions along "layers" of a data matrix? Example: daf <- data.frame( 'id' = rep(1:5, 3), matrix(1:60, nrow=15, dimnames=list( NULL, paste('v', 1:4, sep='') )), rep = rep(1:3, each=5) ) The data frame "daf" contains 3 repetitions/layers (rep) of 4 variables of 5 persons (id). For some reason, I want to calculate
2006 Jan 26
7
Bootable CD?
hi , i have downloaded the asterisk@home software from the web ..but i have a little confusion about that ...either i wrote in blank cd as it is or some bootable media is required for it...as it is in zip format...BUT it is a .ISO file ...tell me ...what should i do...it will run automatically when i reboot system and first boot device is CDROm...thankssss -- Muhammad Sohail Arham U.E.T. Lahore
2009 Dec 13
3
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * Bergm (1.0) Alberto Caimo http://crantastic.org/packages/Bergm Functions implementing Bayesian estimation for exponential random graph models via exchange algorithm Updated packages ---------------- lmtest (0.9-26), logcondens (1.3.5), MTSKNN (0.0-4), pmml (1.2.21), r2lUniv (0.9.4), rattle (2.5.11), rgdal (0.6-23),
2016 Mar 25
2
interdomain trust broken after upgrade to 4.1.17
....conf" Processing section "[global]" doing parameter netbios name = sambapdc doing parameter os level = 100 doing parameter preferred master = yes doing parameter local master = yes doing parameter domain master = yes doing parameter domain logons = yes doing parameter workgroup = IONTOF doing parameter server string = %h doing parameter wins support = yes doing parameter dns proxy = no doing parameter remote browse sync = 192.168.128.1 doing parameter name resolve order = wins bcast host doing parameter log file = /var/log/samba/log.%m doing parameter max log size = 1000 doing par...
2010 Jul 18
6
CRAN (and crantastic) updates this week
....1-8) Gero Szepannek http://crantastic.org/packages/hda Functions to perform dimensionality reduction for classification if the covariance matrices of the classes are unequal. * hotspots (1.0.1) Anthony Darrouzet-Nardi http://crantastic.org/packages/hotspots Calculates a hot spot cutoff and associated analyses for statistical populations * iCluster (1.2.0) Ronglai Shen http://crantastic.org/packages/iCluster Integrative clustering of multiple genomic data types using a joint latent variable model with application to breast and lung cancer subtype analysis. * kinfit...
2008 May 21
0
Errors in using gdb (PR#11496)
...W1hZ2UgL1dpZHRoIDk5OSAvSGVp Z2h0Cjc1NyAvQ29sb3JTcGFjZSA4IDAgUiAvQml0c1BlckNvbXBvbmVudCA4IC9GaWx0ZXIg L0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp42uy9CbwdRZn/fe49W6/nNEsSAgkgCQiC4jayDeCC 6OiM6wCuM8MgDjrjyyjKH3EEwr4qEGSHsEMgEBHCGvYliCxZBIMsIQFkkx1EEMz7dD/31K1b 3VVdVd3n3HNvnt+nc9OnTnV1VXV11bef83TVc8899+yzzz7zzDN/+tOfnnrqqeXLly9cuPBK EolEIpHGvg4//PBTTz119uzZsD9//vybSSQSqTu68cYbr7766l/88rj3b/6RejNouK2mtxps brB6w207/uqwA3/91gTYgc0L14StEazeDNZ02xPd1oRGsEYTIvurQYi/2tr+auu40WRvtbW8 1Sa7q63pRGswXH/iiScQ12+77bZXX3319ddff/PNN98ikUgkEolEIpFI3dczzz578623HXnM 8Z/Y4XOA8V4C7c32mv7qsDN5+fLljz/++LJlyxYsWHDNNde89NJLgOuvvfbaK6+8...
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...j!{=;uz8_7a_d@sy`pL=Xsy!Y(gT;OXj7RxNmT3D-r4L8E(J#q zefY()XY}HY0diH53l@l)H<B)Yhy(2qfEzK9(^k#p$+u=-|5s3+&A%cXUnQG^Zx0(w znS|)mR=hIDW{X=eRPCoK-+n`^AB*_WprfOkUHh8hM^=!u*w=X)CG8e0jxrysU!x~@ zU&7-=v!&X-nl7O6?gZm8mD<dH$7jxicz~FAI#quO9Ep05`dXBN4mi~u|A;ionlL%W z+E2QEAe&3C)ks&PpUc!#@tof)1Of5pZA~D-cct>-nDRsGE7xJ*9MZ{LxXXp?BoszU zu29{5hM;%762bUVEW^$Sg(XK%d^#&@!qimY&;s!?JSXcX|Cd=#)m;*-kK4bOx!BTe zSYs1Z<1AGX8*(QSAuS~-1RcPkCHuEY=BvQPU^EOoZQ%!E-iXD_9cYdafdJHz_rTVB zPdD4Spk!RmP;2i^x}9~~%q9`rlX--~z!5Hz&&TH+mTUAJBVTz$@{8<j`YDK3A~;Iz zTLzy3-%dd_HbzH?n$u={M!T|6^YjWUo...