search for: maximum

Displaying 20 results from an estimated 10824 matches for "maximum".

2009 Dec 24
2
1.6 Troubleshooting help
Hi, How would I go about troubleshooting this: [Dec 24 07:15:11] WARNING[5228]: chan_sip.c:3397 retrans_pkt: Maximum retries exceeded on transmission a50346a4-bfdc32ed at 192.168.1.95 for seqno 101 (Critical Response) -- See doc/sip-retransmit.txt. [Dec 24 07:15:12] WARNING[5228]: chan_sip.c:3397 retrans_pkt: Maximum retries exceeded on transmission 90bd2c4d-aaaec88 at 192.168.1.95 for seqno 101 (Critical Respons...
2012 Jul 17
3
Finding the column with the maximum value by row
Hi, Let's say I have the following data: > a=matrix(c(1,2,4,4,2,1,1,2,4),nrow=3,byrow=T) > a [,1] [,2] [,3] [1,] 1 2 4 [2,] 4 2 1 [3,] 1 2 4 What syntax should I use to get R to tell me the column that corresponds to the maximum value for each row? For my example, I would like to get a vector that says 3, 1, 3 because the maximum value for row 1 is in column 3, the maximum value for row 2 is in column 1, and the maximum value for row 3 is in column 3. Does that make sense? Please cc me if you reply! Chris [[alternati...
2008 Mar 01
1
jpeg and margin text
...ab="", ylab="", font.axis=Fontparameter,font.lab=Fontparameter,font.main=Fontparameter,font. sub=Fontparameter, bty="n",axes=F) axis(1,at=1:20,label=rep("",20)) axis(1,at=1:9,label=sprintf("0%.0f",1:9)) axis(1,at=10:20,label=10:20) Maximum<-max(datenbankdaten[,2],datenbankdaten[,3]) axis(2,at=0:Maximum,label=sprintf("%.2f",0:Maximum)) for(i in 1:(length(datenbankdaten[,2])+2)){ abline(h=i-1) } for(i in 1:20){ if(datenbankdaten[i,2]>=datenbankdaten[i,3]) farbe="red" else...
2023 Feb 21
1
[PATCH v2 2/6] spec: Tweak description of maximum block size
Hi Eric, Busy days, busy times. Sorry about the insane delays here. On Mon, Nov 14, 2022 at 04:46:51PM -0600, Eric Blake wrote: > Commit 9f30fedb improved the spec to allow non-payload requests that > exceed any advertised maximum block size. Take this one step further > by permitting the server to use NBD_EOVERFLOW as a hint to the client > when a request is oversize (while permitting NBD_EINVAL for > back-compat), and by rewording the text to explicitly call out that > what is being advertised is the maximum p...
2004 Oct 19
2
Changing the Y graph scale Maximum value.
Hello, I am new to R and have read the documents related to graphics but have not come across a description of how to change the maximum scale on a graph. Below is sample code that sets up a plot window with a 0 Minimum to 10 Maximum, X and Y coordinate system: x <- c(1,2,3,4,5,6,7,8,9,10) y <- c(1,1.5,2,2.5,3,3.5,4,4.5,5,5.5) plot(0:10, 0:10, type = "n" )# setting up coord. system points(x, y, col = "red&qu...
2017 Nov 15
1
Rasterize function with maximum in R
Hi all, I have some concerns regarding the rasterize option in R and I would like to know if the fun=max in rasterize in R provides similar results to the one achieved by using "Polygon to Raster using maximum-combined-area" in ArcGIS? I'm trying to rasterize a habitat layer to a raster of 10m spatial resolution using the function 'max' (e.g. r <- rasterize(ht, r, "Priority", fun = 'max') and I would like to assign the habitat of the largest overlapping area, which...
2013 Apr 04
28
[PATCH v3 0/3] libxl: memory management patches
Hi, Here are three small but important libxl/xl memory management patches: - libxl: xl mem-max et consortes must update static-max in xenstore too, - xl: Allow user to configure xl mem-set behavior, - xl: Improve xl documentation in regards to guest memory management. Daniel
2005 Jul 28
3
using integrate with optimize nested in the integration
...to integrate this over some finite range, so that here as we integrate over bhat optimize would return a different optimum. For instance consider this simple example for which I cannot get R to return the desired result: f <- function(bhat) exp(bhat) g <- function(bhat) optimize(f,c(0,15),maximum=TRUE)$maximum*bhat integrate(g,lower=0,upper=5) which returns: 187.499393759 with absolute error < 2.1e-12 However this is an approximation of : 15*(5^2/2 - 0)=187.5, not what I intended on getting. Its not identifying that f is a function of bhat ... any advice or ways I can get integrate to n...
2005 Dec 19
1
maximum password age
i've tried to set the maximum age of passwords with: root@servlan:~# pdbedit -P "maximum password age" -C 8035200 account policy value for maximum password age was 8035200 account policy value for maximum password age is now 8035200 but if try to see the accounts with: pdbedit -L -v i get this: Unix username:...
2023 Mar 03
1
[PATCH v2 2/6] spec: Tweak description of maximum block size
...the meantime too, so this extension has taken far longer than I planned for more reasons than just slow review time. > > On Mon, Nov 14, 2022 at 04:46:51PM -0600, Eric Blake wrote: > > Commit 9f30fedb improved the spec to allow non-payload requests that > > exceed any advertised maximum block size. Take this one step further > > by permitting the server to use NBD_EOVERFLOW as a hint to the client > > when a request is oversize (while permitting NBD_EINVAL for > > back-compat), and by rewording the text to explicitly call out that > > what is being adverti...
2012 Nov 20
2
correct function formation in R
...39; as output or creating empty ''data.frame'' and then transform it as output? (fun1 and fun1 is just for illustration). ? Thanks a lot, OV ? code: input <- data.frame(x1 = rnorm(20), x2 = rnorm(20), x3 = rnorm(20)) fun1 <- function(x) { ??? ID <- NULL; minimum <- NULL; maximum <- NULL ??? for(i in seq_along(names(x)))?? { ??????? ID[i]?????? <- names(x)[i] ????????? minimum[i]? <- min(x[, names(x)[i]]) ??????????? maximum[i]? <- max(x[, names(x)[i]]) ??????????????????????????????????? } ??? output <- structure(list(ID, minimum, maximum), row.names = seq_a...
2002 Oct 08
3
Maximum file size
I've found many discussions on the web about the maximum file size supported by ext2/ext3 file systems. They all seem to indicate that there may have been a 2GB file limit in the past in either ext2/3 or in the kernel but that the limit was removed in Linux 2.4.x. I have seen no definitive statement indicating that this was actually changed. Can someo...
2010 Jul 20
1
p-values pvclust maximum distance measure
Hi, I am new to clustering and was wondering why pvclust using "maximum" as distance measure nearly always results in p-values above 95%. I wrote an example programme which demonstrates this effect. I uploaded a PDF showing the results Here is the code which produces the PDF file: --------------------------------------------------------------------------------...
2008 Sep 21
1
Searching a relativ maximum of a matrix
Hello R users, is there a possibility to get the relativ maximum of a matrix? To get the absolut maximum I use max(matrix) For example: The absolut maximum of this matrix is 6[3,6], but the relativ maximum is 6[3,6] and 4[7,6], because both values are the highest value in comparison to their eight neighbours values. [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,...
2009 Dec 21
2
Maximum spacing method
Hi! I'm trying to compare maximum likelihood estimator with maximum spacing estimator (in Generalized extreme value distribution). My problem is the following: i know how to determinate maximum likelihood estimator on R, but i dont find a way to do the maximum spacing estimator...:-( Any help would be great:-) -- View this message...
2011 Dec 27
2
maximum password age question
...t set: Thu, 01 Jan 1970 00:00:10 GMT Password can change: Thu, 01 Jan 1970 00:00:10 GMT Password must change: never Last bad password : 0 Bad password count : 0 Logon hours : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF So I tried to set the max password age to -1 # pdbedit -P "maximum password age" -C -1 valid account policy, but unable to fetch value! account policy "maximum password age" description: Maximum password age, in seconds (default: -1 => never expire passwords) account policy "maximum password age" value was: 4294967295 valid account poli...
2009 Sep 12
3
how to find maximum for multivariable data
...6 2525 6 25 7 2531 1 38 8 2531 2 38 9 2078 1 38 10 2078 2 38 I want to find out the maximum cycle.number for each ID, and later find the corresponding cycle.result for that cycle. I have already managed to pull out the maximum cycle by using a for loop: max.cycle <- vector() patients <- (levels(factor(ID))) for (i in 1:length(patients)) { max.cycle[i] <- max(cycle.number[(ID %...
2002 Mar 05
3
location of maximum
Dear R-users, I'm trying to extract the exact location of the maximum value in a vector or a matrix, meaning I want not only the maximum itself but also at which position (e.g row 6, column 12) it is located. I appreciate any suggestions. Thanks, Patrick -------------- next part -------------- A non-text attachment was scrubbed... Name: patrick.vcf Type: text/x-vcar...
2004 Oct 19
3
Maximum possible size of vorbis packet...
I'm looking to trim down the size of the buffers i'm using... and at the moment, i've set each "media sample" (ie packet) to the size of the maximum reasonably possible for any codec (ie video)... about half a meg each... and there's quite a few of them... now i'd like to set the buffer size based on the codec, as obviously the audio codecs need much less space than the video ones. So i'm looking to find out the largest possib...
2005 Dec 26
0
ENC: maximum password age
...samba-bounces+baggiotto=ieee.org@lists.samba.org > > [mailto:samba-bounces+baggiotto=ieee.org@lists.samba.org] > Em nome de > > Alessandro Enviada em: sexta-feira, 23 de dezembro de 2005 18:47 > > Para: nik600 > > Cc: samba@lists.samba.org > > Assunto: Re: [Samba] maximum password age > > > > nik600 wrote: > > > On 12/19/05, simo wrote: > > > > > >> On lun, 2005-12-19 at 13:37 +0100, nik600 wrote: > > >> > > >>> i've tried to set the maximum age of passwords with: > > >>&gt...