search for: ymk

Displaying 5 results from an estimated 5 matches for "ymk".

Did you mean: mk
2006 Aug 25
4
fitting a gaussian to some x,y data
...d and the answer must be out there somewhere but I can't find it. I appreciate any assistance. Cheers, Michael filepath <- system.file("data", infile , package="datasets") mm <-read.table(filepath) mm dmk <- data.frame( x=mm$V1, y=mm$V2) attach(dmk) plot(x,y) #ymk <-nls(y~c*x^2+b*x+a,start=list(a=1,b=1,c=1),trace=TRUE) ymk <-nls(y~a*exp(-x^2/sig),start=list(a=1,sig=1),trace=TRUE) co = coef(ymk) cmk <- list(a=co[[1]], b=co[[2]], c=co[[3]] )
2019 Oct 07
2
Shift-by-signext - sext is bad for analysis - ignore it's use count?
...%o1 = sub i32 32, %o0 %r = shl i32 %5, %o1 While int shl1(int x, unsigned char y) { return x << (32 - y); } produces %n0 = zext i8 %6 to i32 %n1 = sub i32 32, %n0 %r = shl i32 %5, %n1 (as one would expect) And here we again don't need sign-extension: https://rise4fun.com/Alive/ymk In my eyes, that doesn't completely invalidate https://reviews.llvm.org/D68150 approach, i still think it is a good idea, but clearly we *also* need something else, more generic. My first thought would be CVP and LVI, but i did not look yet.. Roman > > >> > > But the trans...
2005 Jun 20
6
OT: question on setting up an email server
Hi guys, I realize that this might be considered to be off topic, but the machine I want to use is running Cent OS. Ok, this is what I'm thinking about trying, and mainly just to see if I can do it. I've got a total of 3 linux machines here, and I was thinking about setting one of them up as an email server. Now, I'm not talking about setting the machine up so that all I
2019 Oct 01
2
Shift-by-signext - sext is bad for analysis - ignore it's use count?
The thing is, we *don't* "not demand" those high bits. We *don't* not care what's in those bits - IR shifts don't mask their shift amounts. I.e we can't replace `x >> (32-y)` with `x >> (-y)`, which would be legal transform should we not demand those bits. We very much demand them. We just know those bits to be zero. And i'm not sure how to convey
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...-kiej_bTX^H4upWxTI+U>4H$z2k@ zC at LAA>kIbh$&&u!j>4LZYONJrrjb4AmhnWaj2d{GsO%yTKC8LE)pJ_24`Q9x?B9(N zKQBuz(@!`pay1pm;-t+<tyiu at zB<OX|1hBwYP`Kos6E}DbSa_pX+k?Mjk}nR+jVJN zU+%?yDj2x_G6u432KsTw_ at xV#xVu<aM)GqHr|k;o=n(CB$Io{jCjEIWbQa3eSq)g` zJmIz~V)j0*I}lWIhZMh~HhmtO?!G4HPXaYYmk4?Xv*U$yW1^Z2&+{c|ZwqZjwdVVx zANuI;0^eksAS0 at E9o?-s&lmbia}I{bzS69(H2YL|rEYzriHp_Ukbb)LWoC#t{9Bh9 zA`XtPP%}d8+Z??hazENvIPRs at bUwsBfLM+Ca%=D`YVa1Swi>*a)!Ld$@){t8PHPG4 zjMhJPT3m;Ivm)p1NAFe)*{!zIn)s<L)T#4(G`Cr|Ma%V)+r-)f%2|jKqN>|cRrlp> zV|_7Q;_IRoI*G?gl3DwN^y`AAK{xPt8cw_6kd3$V5V?...