search for: simpler

Displaying 20 results from an estimated 8493 matches for "simpler".

Did you mean: simple
2018 Sep 03
1
[PATCH v3 00/13] remove_conflicting_framebuffers() cleanup
...?aw (13): > > fbdev: show fbdev number for debugging > > fbdev: allow apertures == NULL in remove_conflicting_framebuffers() > > fbdev: add kerneldoc do remove_conflicting_framebuffers() > > fbdev: add remove_conflicting_pci_framebuffers() > > drm/amdgpu: use simpler remove_conflicting_pci_framebuffers() > > drm/bochs: use simpler remove_conflicting_pci_framebuffers() > > drm/cirrus: use simpler remove_conflicting_pci_framebuffers() > > drm/mgag200: use simpler remove_conflicting_pci_framebuffers() > > drm/radeon: use simpler rem...
2010 Feb 06
1
SimpleR and UsingR
Having found the online version of SimpleR, I wanted to to download the respective data: "The data sets for these notes are available from the CSI math department (http://www.math.csi.cuny.edu/Statistics/R/simpleR) and must be installed prior to this." There it says: "The simpleR package is now inside the UsingR package av...
2017 Nov 27
0
[PATCH 00/13] remove_conflicting_framebuffers() cleanup
...all to drm-misc once driver maintainers had a chance to look at it. Also needs and ack from Bart for the fbdev sides. -Daniel > > --- > > Micha? Miros?aw (13): > fbdev: show fbdev number for debugging > fbdev: add remove_conflicting_pci_framebuffers() > drm/amdgpu: use simpler remove_conflicting_pci_framebuffers() > drm/bochs: use simpler remove_conflicting_pci_framebuffers() > drm/cirrus: use simpler remove_conflicting_pci_framebuffers() > drm/mgag200: use simpler remove_conflicting_pci_framebuffers() > drm/radeon: use simpler remove_conflicting_pci_...
2008 Aug 29
1
nls() fails on a simple exponential fit, when lm() gets it right?
...ommand gives the wrong values and I have completely failed to see why this should happen. I can't see any misake in my self-start function, so why the mismatch?? Even worse, if I give nls a trivial fit by removing the "#&#&" on line 6, it fails to converge at all when the 'simpler' method with lm() easily gives the right answer (r=0.03 and A=5). I did the same exp and ln fits using MS Excel and the numbers returned are exactly as for the 'simpler ways', so nls is definitely in the wrong, but the self-start is almost identical to the one for the logarithmic fit,...
2018 Sep 03
0
[PATCH v3 00/13] remove_conflicting_framebuffers() cleanup
...gt; --- > Micha? Miros?aw (13): > fbdev: show fbdev number for debugging > fbdev: allow apertures == NULL in remove_conflicting_framebuffers() > fbdev: add kerneldoc do remove_conflicting_framebuffers() > fbdev: add remove_conflicting_pci_framebuffers() > drm/amdgpu: use simpler remove_conflicting_pci_framebuffers() > drm/bochs: use simpler remove_conflicting_pci_framebuffers() > drm/cirrus: use simpler remove_conflicting_pci_framebuffers() > drm/mgag200: use simpler remove_conflicting_pci_framebuffers() > drm/radeon: use simpler remove_conflicting_pci_...
2017 Nov 24
8
[PATCH 00/13] remove_conflicting_framebuffers() cleanup
...river. The last patch is here because it uses new semantics of remove_conflicting_framebuffers() from this series. This can be considered independently, though. --- Micha? Miros?aw (13): fbdev: show fbdev number for debugging fbdev: add remove_conflicting_pci_framebuffers() drm/amdgpu: use simpler remove_conflicting_pci_framebuffers() drm/bochs: use simpler remove_conflicting_pci_framebuffers() drm/cirrus: use simpler remove_conflicting_pci_framebuffers() drm/mgag200: use simpler remove_conflicting_pci_framebuffers() drm/radeon: use simpler remove_conflicting_pci_framebuffers() drm...
2017 Nov 24
8
[PATCH 00/13] remove_conflicting_framebuffers() cleanup
...river. The last patch is here because it uses new semantics of remove_conflicting_framebuffers() from this series. This can be considered independently, though. --- Micha? Miros?aw (13): fbdev: show fbdev number for debugging fbdev: add remove_conflicting_pci_framebuffers() drm/amdgpu: use simpler remove_conflicting_pci_framebuffers() drm/bochs: use simpler remove_conflicting_pci_framebuffers() drm/cirrus: use simpler remove_conflicting_pci_framebuffers() drm/mgag200: use simpler remove_conflicting_pci_framebuffers() drm/radeon: use simpler remove_conflicting_pci_framebuffers() drm...
2010 Jun 16
0
[LLVMdev] Simpler subreg ops in machine code IR
...hat a problem? I haven't had time to really look into it, but have been playing around with the idea that instead of two register classes copyRegToReg and some of the load and store callbacks should take a MVT. This should be enough, no? Anyway, I like anything that makes the backend interface simpler :-) Thanks a lot for working on this. Cheers, -- Rafael Ávila de Espíndola
2007 Nov 21
1
Is there a simpler way to do this?
...rs. For example suppose I have a <- (1,1,1) b <- (2,4) My output should be (2,4,2,4,2,4). I managed to write it down with loops as follows r <- c(1,1,1) l <- c(2,4) x <- 1 for (j in 1:3) { for (i in 1:2) { new[x,] <- r[j]*l[i] x <- x+1 } } Is there a simpler solution to this without using the loops? Thanks and Regards Anup --------------------------------- Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now. [[alternative HTML version deleted]]
2010 Dec 14
0
defining contrasts in lm() - is there a simpler way?
...e two questions concerning this: 1) if I take a look at the constrast matrix derived from the one contrast I specified, I assume that R automatically adds the missing constrasts so they are orthogonal. round(cor(attributes(x$new)$contrast), 1) Is that always the case? 2) Can I get this in a simpler way? I find it a bit tedious to define the constrast like above. Is there something simpler, like: lm(y ~ f1:f2, + "user defined contrast definition inside lm that is equivalent to the above") Thanks in advance, Mark ??????????????????????????????????????? Mark Heckmann Blog: www.ma...
2011 Jun 05
1
conditions simpler way
Dear All, I have a MCMC result in x1. I was wondering if there is a simpler, more elegant way of evaluating the estimate of an integral then this (I am pretty sure there is): Also if I want to count the x's say -1<x<2 but not the ones in the burn in period. [code] z <- -2 burnin <- 2000 int1 <- length(x1$x[(burnin+1):length(x1$x)][x1$x[(burnin+1):le...
2009 Oct 10
1
many weighted means: is there a simpler way?
..., v1 = rnorm(10,10), v2 = rnorm(10,6), wt = runif(10)) df g <- function(x) weighted.mean(x[, 1], x[, 2]) by(df[,c("v1","wt")],df[,c("year","gender")],g) I can use as above by command for each variable (v1,v2) separately but I wonder if there is some simpler way that yields a table/data frame of weigted means for all "vi"s where i=1...N. Thank you very much, ozan [[alternative HTML version deleted]]
2010 Feb 26
3
Plotting a Trivial Matrix
Dear All, Consider a matrix (N x N) where each entry is either zero or one (can hardly get any simpler). Now, I would like to plot it as a 'chessboard' where every matrix entry is a black (1) or white (0) square. Whatever tool I use to plot it, it should not try to interpolate the data at all. I found some online references http://www.phaget4.org/R/image_matrix.html but probably I can resort...
2008 Jan 28
2
Could this controller test be made simpler?
...b a model and all the attributes. Since the error messages are displayed I also have to stub some methods within the model that allow the error messages to be displayed properly. This small test turns into a lot of code. So I am wondering if there is something that I am missing to make this much simpler. Things did start simple, in the stubbing of the new method within the Account class and then the save method within the @account model. Then I get errors reminding me to stub out the users method for the account model, then the build method, etc I have looked at the generated scaffold code and...
2013 Mar 21
0
[LLVMdev] Simpler types in TableGen isel patterns
On Mar 21, 2013, at 11:26 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote: > I think in most cases it would be much simpler and safer to specify pattern types directly: > > def : Pat<(and (not i32:$src1), i32:$src2), > (ANDN32rr i32:$src1, i32:$src2)>; > def : Pat<(and (not i64:$src1), i64:$src2), > (ANDN64rr i64:$src1, i64:$src2)>; > > This doesn't lose a...
2007 Feb 15
2
simpleR or usingR package by Verzani
I am a new R user and so I thought I could start with "Using R for Introductory statistics" by Verzani. In order to use some of the functions and datasets I have to install the simpleR package which is is now inside the UsingR package. I did so using >install.packages("UsingR"). However, the functions such as "simple.freqpoly.R" do not work. I also tried to install the Simple_0.4.zip available by the author, but I get the following message: Error in gzfi...
2012 Jul 10
3
fill 0-row data.frame with 1 line of NAs
Dear all Is there a simpler method to achieve the following: When I obtain an empty data.frame after subsetting, I need for it to contain one line of NAs. Here's a dummy example: > (.xb <- iris[ iris$Species=='zz', ]) [1] Sepal.Length Sepal.Width Petal.Length Petal.Width Species <0 rows> (or 0-length...
2019 Sep 24
0
[centos/centos.org] 04/07: I didn't like the old-school 'flavors' word in the end, makes it simpler
...pt. unknown user pushed a commit to branch master in repository centos/centos.org. commit d9017a3b69c2986a88d76a5eb72d78034d895f67 Author: quaid <quaid at iquaid.org> AuthorDate: Tue Sep 24 02:12:37 2019 -0400 I didn't like the old-school 'flavors' word in the end, makes it simpler --- content/index.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/index.erb b/content/index.erb index 107502c..fd126cc 100644 --- a/content/index.erb +++ b/content/index.erb @@ -17,7 +17,7 @@ is_hidden: true <div class="jumbotron col-md-12">...
2007 Feb 15
0
FW: simpleR or usingR package by Verzani
I am a new R user and so I thought I could start with "Using R for Introductory statistics" by Verzani. In order to use some of the functions and datasets I have to install the simpleR package which is is now inside the UsingR package. I did so using >install.packages("UsingR"). However, the functions such as "simple.freqpoly.R" do not work. I also tried to install the Simple_0.4.zip available by the author, but I get the following message: Error in gzfi...
2008 Jul 25
0
s-plus in R... simpler code
Dear R-users, I have sent another mail some hour ago about a matlab Code I was trying to translate in R. Actually I have found a simpler code originally written in S-PLUS for the same function. Author's page -> http://math.bu.edu/people/murad/methods/locwhitt/ ============================================================= rfunc_function(h, len, im, peri) # h -- Starting H value for minimization. # len -- Length o...