search for: vert

Displaying 20 results from an estimated 137 matches for "vert".

Did you mean: vers
2007 Aug 04
2
multiple nls - next fit even after convergence problem
...1000 curves I have, obviously for some of them I encounter conversion problems. I'd like for my function to keep going to the next curve and store the fact that for curve number X I had a convergence problem. This is my original function : comp.fit.2<-function(tab) { fit.log<-nls(surf.vert.tot ~ 100/(1+exp(((log(81))/a)*(sum.T.levee-b))), start=list( a=ifelse(sum(tab$surf.vert.tot>76)<1 | sum(tab$surf.vert.tot<15)<1,400,-max(tab$sum.T.levee[tab$surf.vert.tot>76],na.rm=T)+min(tab$sum.T.levee[tab$surf.vert.tot<15],na.rm=T)), b=tab$sum.T.levee[abs(tab$surf.vert.tot-50)...
2006 Nov 18
1
deriv when one term is indexed
...case when the term beta is not indexed to give: dd.deriv2 <- function (Blev, beta, gamm, GL) { .expr1 <- GL^gamm .value <- Blev + rep(beta, each = 17) * .expr1 .grad <- array(0, c(length(.value), 5), list(NULL, c("Blev", "beta.rouge", "beta.vert", "beta.bleu", "gamm" ))) .grad[, "Blev"] <- 1 .grad[1:17, "beta.rouge"] <- .expr1[1:17] .grad[18:34, "beta.vert"] <- .expr1[1:17] .grad[35:51, "beta.bleu"] <- .expr1[1:17] .grad[, "gamm"] &l...
2010 May 06
1
extracting coordinates from SpatialPolygonsDataFrame using slot functions
In converting some older code: ## builds an OWIN to generate a set of points on a grid within the OWIN object: bdry <- read.shape( "../../data/boundary.shp" ) outline.verts <- bdry$Shapes[[2]]$verts[1:bdry$Shapes[[2]]$Pstart[2],] outline.order <- nrow( outline.verts ) : 2 bdry.poly <- v...
2016 Aug 02
29
[Bug 97192] New: SuperTuxkart graphic errors [NVE4 - GK104]
https://bugs.freedesktop.org/show_bug.cgi?id=97192 Bug ID: 97192 Summary: SuperTuxkart graphic errors [NVE4 - GK104] Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: other Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee:
2011 May 14
1
Summary.Formula: prmsd and test statistic
...my data - I have a categorical variable and three continuous variables. I am analyzing my continuous variables on the basis of my categorical variables. radioanal <- function(a) { #Educational status first - pulling variables from my database. categorical is 13 = Edu. numerical is 48=Kyph, 50=Vert, 53=HL. a1= a[,c(13,48,50,53)] #make sure they are in numeric form a2= transform(a1, Kyph=as.numeric(as.character(Kyph)), Vert=as.numeric(as.character(Vert)), HL=as.numeric(as.character(HL))) #see boxplots of the individual variables boxplot(a2$Kyph~a2$Edu, main="Education vs Kyphosis angle&...
2015 May 24
2
[Mesa-dev] [PATCH 07/11] glsl: Add arb_cull_distance support
...add_const("gl_MaxCullDistances", state->Const.MaxClipPlanes); > + add_const("gl_MaxCombinedClipAndCullDistances", > + state->Const.MaxClipPlanes); > + } > + > if (state->is_version(150, 0)) { > add_const("gl_MaxVertexOutputComponents", > state->Const.MaxVertexOutputComponents); > @@ -1029,6 +1035,11 @@ builtin_variable_generator::generate_varyings() > "gl_ClipDistance"); > } > > + if (state->is_version(450, 0) || state->ARB_...
2007 Apr 05
1
Ignoring increment hint when maximized horz/vert
Here's a quick patch to have either horz or vert (instead of both) maximized windows honor the "ignore" option: --- src/window.c +++ src/window.c @@ -4012,7 +4012,7 @@ constrainNewWindowSize (CompWindow *w, if (d->opt[COMP_DISPLAY_OPTION_IGNORE_HINTS_WHEN_MAXIMIZED].value.b) { - if ((w->state & MAXIMIZE_STATE)...
2013 Mar 10
1
misc3d Contour export to vtk
...lids <- rgl.ids() id <- allids$id[allids$type == "triangles"] filename="test.vtk" f <- file(filename, open = "w") start <- c("# vtk DataFile Version 3.0", "3D Plot data", "ASCII") n3 <- rgl.attrib.count(id, "vertices") verts <- rgl.attrib(id, "vertices") norms <- rgl.attrib(id, "normals") cols <- rgl.attrib(id, "colors") if (n3 %% 3 != 0) stop("verts not divisible by 3") n <- n3/3 start <- c(start, "DATASET POLYDATA", pa...
2014 Aug 10
2
Coordinate systems on on nv10-era cards
Hello, I'm trying to debug why fbo-copyteximage-simple is failing, and I'm... failing. It's an extremely simple test. I'm pretty sure that the copyteximage part of it has nothing to do with the failure, at least it behaves identically when I just return tex instead of copiex_tex. Without any modifications, the test just renders one big red square. I think there's something
2001 Feb 14
2
help with tcltk
Hallo! Can anyone explain to me how to add a vert. scrollbar to a listbox using tcltk please? Thanks -- Frank Gerrit Zoellner -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe...
2020 Jun 20
0
Upgrading from Debian Stretch to Buster, Van Belle package
...deploy etc I now have: # apt policy Paketdateien: 100 /var/lib/dpkg/status release a=now 500 http://apt.van-belle.nl/debian buster-samba410/main amd64 Packages release o=AptVanBelle,n=buster-samba410,l=apt.van-belle.nl,c=main,b=amd64 origin apt.van-belle.nl 990 http://hwraid.le-vert.net/debian buster/main amd64 Packages release o=hwraid.le-vert.net,a=buster,l=hwraid.le-vert.net,c=main,b=amd64 origin hwraid.le-vert.net 990 http://security.debian.org buster/updates/non-free amd64 Packages release v=10,o=Debian,a=stable,n=buster,l=Debian-Security,c=non-free,b=amd6...
2003 Nov 26
1
wishlist item: symbols() to accept asp argument? (PR#5328)
Here is a potential wishlist item for adding an argument (asp) to symbols(). The following code produces a postscript file with two pages; both should show a circle of radius 2 units. Horizonal and vertical arrows are drawn to check that the circle is of the correct radius; in the first plot, the circle is wrong. To fix this, I found that I needed to first set up the plot bounds, using xlim, ylim and setting asp=1 so that the units are of the same size. (Below uses the postscript driver, but I g...
2009 Jul 03
3
Color of ecdf plots
Hi. I have the following two ecdf plots in one graph: plot( ecdf(....), do.points=FALSE, verticals=TRUE, main=paste("Ecdf of distances ",DIM,sep=""), col="red" ); lines( ecdf(....), do.points=FALSE, verticals=TRUE ); How do I change the color of the resulting graph? Adding col="red" to either plot or lines results in an error ......
2010 Jan 07
1
kriging with geoR package
Hi all, I have to draw a map of microorganisms repartition in a sample. I use the "image" function of geoR package to build the map but there are three problems: 1) the legend is Horizontal (with or without vert.leg=TRUE) 2) I want to plot the position of organisms and level curves of density on the map but I don't find the script to insert these data on the map. 3)the grey range are not really represented on the map: I don't have gradual evolution but only patches This is the script I use, can yo...
2014 Aug 15
0
Coordinate systems on on nv10-era cards
So I did a lot more debugging on this. I wrote a program that draws a triangle to an fbo, and then blits that to fb 0. If I draw the triangle with glBegin(GL_TRIANGLES); glColor3f(1, 0, 0); glVertex3f(-0.6*128 + 128, -0.75*128 + 128, 0.5); glColor3f(0, 1, 0); glVertex3f(0.6*128 + 128, -0.75*128 + 128, 0); glColor3f(0, 0, 1); glVertex3f(128, 0.75*128 + 128, 0); glEnd(); Then all is well. However if I do: float verts[3][6] = { { -0.6*128 + 128, -0.75*128 + 128, 0.5, 1, 0, 0 }...
2011 May 24
1
seeking help on using LARS package
...ce regarding using Lasso regression with the R package LARS. I have introductory statistics background but I am trying to learn more. Right now I am trying to duplicate the results in a paper for shRNA prediction "An accurate and interpretable model for siRNA efficacy prediction, Jean-Philippe Vert et. al, Bioinformatics" for a Bioinformatics project that we are working on. I know that the authors of the paper are using Lasso regression and so far looking at their paper this is what I have gotten to. xtrain <- trainData > dim(trainData) [1] 18520 88 ytrain <- trainScore...
2020 Jun 19
2
Upgrading from Debian Stretch to Buster, Van Belle package
looks like you have apt pinning enables.my repo is set to 500 default is 990.? check /etc/apt/ and it's contents Greetz, Louis Op 19 jun. 2020 17:54 schreef "Stefan G. Weichinger via samba" <samba at lists.samba.org>: Am 19.06.20 um 17:11 schrieb Stefan G. Weichinger via samba: > Am 19.12.19 um 19:15 schrieb Lmloge via samba: > >> When upgrading use :
2011 Jun 16
0
Update: Is there an implementation of loess with more than 3 parametric predictors or a trick to a similar effect?
...as.integer(N), as.double(span), as.integer(degree), as.integer(nonparametric), as.integer(order.drop.sqr), as.integer(sum.drop.sqr), as.double(span*cell), as.character(surf.stat), fitted.values = double(N), parameter = integer(7), a = integer(max.kd), xi = double(max.kd), vert = double(2*D), vval = double((D+1)*max.kd), diagonal = double(N), trL = double(1), delta1 = double(1), delta2 = double(1), as.integer(surf.stat == "interpolate/exact")) if(j==1) { trace.hat.out <- z$trL one.delta <- z$delta1 two.delta <- z$delta2 } f...
2019 Mar 01
1
Setting GDM resolution without knowing the monitor specs
On Feb 21, 2019, at 4:42 PM, Gianluca Cecchi <gianluca.cecchi at gmail.com> wrote: > > Create a file 00-monitor.conf under /etc/x11/xorg.conf.d > > Something like this below, using conservative range values for horiz and > vert syncs This works fine here on our test monitors, with the exception that the first ?x? needs to be capitalized. Thanks again!
2004 Feb 29
1
stripchart and axes
Hi, I'd like to remove the axes from a plot produced by stripchart(). However, when trying stripchart(..., axes = FALSE), I get the error meassage Error in stripchart(hypokvot1 ~ treatment, "jitter", pch = 1, vert = TRUE, : unused argument(s) (axes ...) using R 1.8.1 on Windows. Can it be done some other way? If not, maybe this functionality can be added to a future version of R? //Henric