search for: smallest

Displaying 20 results from an estimated 1227 matches for "smallest".

2018 Aug 02
3
tdbtool repack fails
...I try to repack(tdbtool repack) my "dc=domain,dc=com.ldb" file: tdb> info Size of file/data: 3388084000/1050098055 Header offset/logical size: 0/3388084000 Number of records: 669737 Incompatible hash: no Active/supported feature flags: 0x00000000/0x00000001 Robust mutexes locking: no Smallest/average/largest keys: 12/57/242 Smallest/average/largest data: 72/1510/1235987 Smallest/average/largest padding: 5/412/252927 Number of dead records: 2 Smallest/average/largest dead records: 399912712/661866360/923820008 Number of free records: 38999 Smallest/average/largest free records: 12/18485/...
2004 Sep 21
2
Ever see a stata import problem like this?
...(Other) : 8523 NA's : 3453 > Here's what Stata sees when I load the same thing: summarize, detail Case identification number ------------------------------------------------------------- Percentiles Smallest 1% 197432 19721 5% 199649 19722 10% 1974116 19723 Obs 40933 25% 1983475 19724 Sum of Wgt. 40933 50% 1996808 Mean 9963040 Largest Std. De...
2009 Mar 19
2
find the index of the smallest or biggest number in a vetor or data.frame
Dear R experts, How to find out the index of minimum or maxmum number in a vetor or data.frame? For example, a= n price 1 50 -2 100 0 200 -1 300 ...... I want to find out the row which the n is the smallest or largestest and extract the price. Thanks Ted -- View this message in context: http://www.nabble.com/find-the-index-of-the-smallest-or-biggest-number-in-a-vetor-or-data.frame-tp22599905p22599905.html Sent from the R help mailing list archive at Nabble.com.
2009 Mar 15
2
smallest page of encoded data
Hi, I am implementing and audio recorder where I need to encode to vorbis DURING recording. I need to allow the user to cut and paste segments of encoded audio into a new stream. As such, I need to encode the audio in sub-second pages (the smallest allowable amount for the wave format), so that cut/paste can be implemented simply by re-arranging these encoded pages. How can I calculate, the minimum number of PCM bytes required so that vorbis_analysis_blockout will return 1 and give me the full page in vorbis encoded form? This will be my ...
2010 Jul 15
2
replace negative numbers by smallest positive value in matrix
Hi Group, I have a matrix, and I would like to replace numbers less than 0 by the smallest minimum number. Below is an small matrix, and the loop I used. I would like to get suggestions on the "R way" to do this. Thanks, Juliet # example data set mymat <- structure(c(-0.503183609420937, 0.179063475173256, 0.130473004669938, -1.80825226960127, -0.794910626384209, 1.038572...
2009 Dec 05
2
[LLVMdev] Adding multiples-of-8 integer types to MVT
...iples of 8 (up to 64 >> bits)? That is: i24, i40, i48, i56? By the way, the integer type legalization logic should probably go like this: let T be an integer type. (1) If T is legal, do nothing. (2) If there is a legal integer type which is bigger (in bitwidth) than T, then promote T to the smallest legal type which is bigger than T. (3) In the remaining case, T is necessarily bigger than the largest legal integer type (call this type L). Take the smallest positive N such that (bitwidth of T) <= (bitwidth of L) * 2^N If you have equality in the equation, i.e. if the bitwidth of T is a po...
2009 Dec 09
0
[LLVMdev] Adding multiples-of-8 integer types to MVT
...is: i24, i40, i48, i56? > > By the way, the integer type legalization logic should > probably go like > this: let T be an integer type. > > (1) If T is legal, do nothing. > (2) If there is a legal integer type which is bigger (in > bitwidth) than T, then promote T to the smallest legal type > which is bigger than T. > (3) In the remaining case, T is necessarily bigger than the > largest legal integer type (call this type L). Take the > smallest positive N such that > (bitwidth of T) <= (bitwidth of L) * 2^N If you have > equality in the equation,...
2018 Aug 02
0
tdbtool repack fails
...domain,dc=com.ldb" file: > > tdb> info > Size of file/data: 3388084000/1050098055 > Header offset/logical size: 0/3388084000 > Number of records: 669737 > Incompatible hash: no > Active/supported feature flags: 0x00000000/0x00000001 > Robust mutexes locking: no > Smallest/average/largest keys: 12/57/242 > Smallest/average/largest data: 72/1510/1235987 > Smallest/average/largest padding: 5/412/252927 > Number of dead records: 2 > Smallest/average/largest dead records: 399912712/661866360/923820008 > Number of free records: 38999 > Smallest/average/l...
2005 Mar 23
1
smallest/biggest number
Hi, I'm running monte carlo and i wonder what is the biggest/smallest number that can reliably be represented in R? Thanks, Chris
2010 Dec 08
1
how to find smallest non-negative and biggest non-positive number in a matrix column ?
so it could be zero in both cases when given column has 0 set in it -- View this message in context: http://r.789695.n4.nabble.com/how-to-find-smallest-non-negative-and-biggest-non-positive-number-in-a-matrix-column-tp3077870p3077870.html Sent from the R help mailing list archive at Nabble.com.
2006 Nov 20
1
Smallest R executable
Hello, I am trying to find out how can I generate the smallest R executable. R is to be run in a grid application, in batch mode, so I need a small exceutable, possibly getting rid of any interactive component. Should I look at the embedded version? Any other pointers? Many thanks, Iago Mosqueira -- Dr. Iago Mosqueira Marine Research Division AZTI Tecna...
2009 Mar 31
1
model selection using ANOVA
I've created a number of models using lm and now want to pick one with the smallest standard error or the smallest RSS, I can get a list of RSS using anova function, but is the any way I can then select one with the smallest RSS from the list? [[alternative HTML version deleted]]
2013 Apr 15
0
Smallest Space Analysis help
Hello fellow R users, I need to perform Guttman's Smallest Space Analysis, which is a type of Non-metric Multidimensional Scaling. Not wanting to reinvent the wheel i decided to look for a package which may have an implementation of it, but no success at all. Do you guys know of any package that perform SSA? I found 'isoMDS' and 'sammon', b...
2009 Apr 21
4
OT Question about raid 5
Hi List I am hoping that someone here could perhaps give me a straight answer on a question that someone asked me today I have always belived that if you have 5 hard drives 1 50gb second 50gb third 20gb fourth 60gb firth 30gb that the largest would then be the size of the smallest disk, not 80 or 100 or 120 for that matter or am I wrong here? Regards? Per Qvindesland? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090421/2bff7951/attachment-0002.html>
2018 Aug 30
0
gencache.tdb size and cache flush
...; root at filur01:/var/samba/cache # tdbtool gencache.tdb info > Size of file/data: 2723840/1118578 > Header offset/logical size: 0/2723840 > Number of records: 14481 > Incompatible hash: yes > Active/supported feature flags: 0x00000000/0x00000001 > Robust mutexes locking: no > Smallest/average/largest keys: 14/55/99 > Smallest/average/largest data: 17/21/89 > Smallest/average/largest padding: 13/25/106 > Number of dead records: 1 > Smallest/average/largest dead records: 823272/823272/823272 > Number of free records: 15 > Smallest/average/largest free records: 12...
2009 Dec 12
1
[LLVMdev] Adding multiples-of-8 integer types to MVT
Hi Ken, > What would do you think of modifying case (3) slightly as follows? well, that special cases the smallest legal type, which might not be a good idea. Imagine that i10 is legal, and also i32. Is it better to turn i40 into four lots of i10 or two lots of i32 with a promotion? Expansion is expensive, so two lots of i32 would be best. I suggest the following scheme: (3) Suppose T is larger than the lar...
2010 May 19
2
Generic RAID question
Does anyone know if using unequal drives in a RAID 0 is possible? I was looking to set up a software stripe but if I have two volumes of unequal size I wish to stripe over, will the OS try and work around this by say only using as much space as is available on the smallest drive or is there anyway it will use all of both drives? Does it have to be a perfect block/byte balance across drives? (I'm assuming yes?) -- Regards, James. http://www.jamesbensley.co.cc/
2010 Jul 05
4
Smallest install?
I have a 500Mb ATA Flash drive in my machine. If I deselect everything at install time (CentOS 5.0 - just for testing) it still requires 524Mb. Is there any way of doing an even smaller install? -- rgds Stephen
2007 Oct 19
2
Order of Dotplot output
I'm just learning to work with R, and am having some difficulty controlling the output of my dotplot. The default order of the function dotchart seems to be the largest value on the bottom and the smallest on the top. I wanted it in the opposite order (which is how my data frame is currently sorted), so I used the following approach, which works orderidx <- order(b2000$RR) dotchart(b2000$RR[orderidx], labels = b2000$CNAME[orderidx],cex=0.5,xlab = "Proportion of Annual Catch, 2000") Ho...
2012 Jun 20
4
ranking a vector in R
Hello, May someone help me with how in R I can rank a vector from highest to lowest. i.e rank 1 (smallest rank) is given to the highest value instead of the usual way that it get's the highest rank. Regards, Jessy [[alternative HTML version deleted]]