search for: smoothy

Displaying 12 results from an estimated 12 matches for "smoothy".

Did you mean: smooth
2004 Apr 05
2
Change IP info.
Hello i was wondering how i can change the IP address information for my Asterisk box, IP addy, Gateway, DNS. I have a smoothwall router that i am using and i am tring to put the Asterisk box on the orange interface so if anyone can help me please i can use it. Thanks alot William Ray -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 May 22
1
Plot observed vs. fitted values (weighted nls)
...ata$time y<-csdata$conc Now, I want a plot of the observed vs. fitted values. I used # 1. 'seq' to generate series of values for x-axis # 2. 'predict' to calculate the fitted values # 3. 'lines' to overlay the smooth curve of the fitted values smoothx<-seq(0,20,0.1) smoothy<-predict(cs.wt,list(x=smoothx)) *Unfortunately, this did not work. My goal was to use plot(x,y) lines(smoothx,smoothy) Got--Error in xy.coords(x, y) : x and y lengths differ-- ANY SUGGESTIONS? PLEASE:-) I noticed that > smoothy<-predict(cs.wt,list(x=smoothx)) > smoothy [1] -0.15...
2012 Sep 24
2
add lowess predicted line to scatter plot
...have missing values. My code: plot(GNI,Lifeexp) abline(lm(Lifeexp~GNI), col="red") y.loess<-loess(Lifeexp~GNI,na. action = na.exclude) y.predict<-predict(y.loess) lines(GNI,y.predict) But when I do this (I get no error messages) the plot looks strange. The lowess line is not a blue smoothy line, but it looks really strange, I attached a png screenshot. Where is my mistake? Thanks a lot. [[alternative HTML version deleted]]
2010 Aug 09
2
Setting up webmail in DMZ
I have a Smoothwall server on my network and am running three network interfaces off it. 1) local LAN 192.168.0.0 with PCs and an internal dovecot server on 192.168.0.154. 2) internet interface 3) DMZ 192.168.2.0 which has a linux web server 192.168.2.1 on which I want to install a webmail so I can access my email remotely. Originally 192.168.2.1 couldn't see the 192.168.0.0 network but with
2008 May 08
1
rmpi/snow grabs all available CPU
Hi, I'm testing affyPara on Debian lenny with R 2.7 from unstable, and the corresponding bioconductor packages from bioconductor.org downloaded using biocLite as per usual. The command cl = makeMPIcluster(k) succeeds, but spawns k R slaves which promptly soak up all available CPU, which is odd since they are not doing anything yet. This looks like a bug to me. Similar behaviour is shown
2006 Oct 12
4
Cannot start Photoshop
...st: 145 (XInputExtension) Minor opcode of failed request: 3 (X_OpenDevice) Serial number of failed request: 35 Current serial number in output stream: 35 dotancohen@ubuntu:~/.wine/drive_c/Program Files/Adobe/Photoshop 7.0$ Nothing starts. What must I do? The intallation seemed to go over smoothy. Dotan Cohen http://what-is-what.com/ http://essentialinux.com/
2012 Jan 09
1
What is the function for "smoothing splines with the smoothing parameter selected by generalized maximum likelihood?
Dear all, I am new to R, and I am a biotechnologist, I want to fit a smoothing spline with smoothing parameter selected by generalized maximum likelihood. I was wondering what function implement this, and, if possible how I can find the fitted results for a certain point (or predict from the fitted spline if this is the correct language) -- View this message in context:
2008 Oct 07
0
associations not saved in migration
hi. i''ve got a couple migrations where i''ve added foreign keys and tried to update them via the migration but my items don''t save. i''ve used save! in the hopes that an exception gets raised but no luck. the migrations run without errors but the data isn''t in the db. can anyone point out what i might be doing wrong? thanks! code below. class
2005 Dec 21
0
(Debian Bug 344248): R segfaults when pressing Delete (PR#8421)
On Wed, 2005-12-21 at 15:00 +0100, edd at debian.org wrote: > --CE+1k2dSO48ffgeK > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Resend after type in mailheader. I have the bug on my system with > yesterday's R 2.2.1. A library mismatch is still a likely cause. > > Dirk <SNIP> > On 21 December 2005 at 01:50, Ethan
2004 Sep 07
3
OT: firewalls
What is everyone using for a firewall? I'm currently using www.astaro.com but their recent releases have soured me on ASL as a practical solution on my hardware (1.2MHz Athlon, 30G, and 256M). I only have 4 computers going through the firewall wall but it's consistently at 50% cpu load. There is very little network traffic (<10k bits per second on the wan connection, < 40k
2005 Dec 21
2
(Debian Bug 344248): R segfaults when pressing Delete (PR#8420)
--CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Resend after type in mailheader. I have the bug on my system with yesterday's R 2.2.1. A library mismatch is still a likely cause. Dirk -- Hell, there are no rules here - we're trying to accomplish something. -- Thomas A. Edison
2005 Dec 21
1
(Debian Bug 344248): R segfaults when pressing Delete (PR#8422)
On Wed, 21 Dec 2005 edd at debian.org wrote: > > --CE+1k2dSO48ffgeK > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Resend after type in mailheader. I have the bug on my system with > yesterday's R 2.2.1. A library mismatch is still a likely cause. This seems to be a readline 5.1 error. I was unable to reproduce it with 4.3 or 5.0. gdb)