similar to: merging, interpolating two simulataneous time series

Displaying 20 results from an estimated 80 matches similar to: "merging, interpolating two simulataneous time series"

2003 Jun 18
0
fitting two nonlinear mixed models simulataneously
Dear R users, Being a R-novice using version 1.7.0 I have not managed to solve the following problem, so I turn to you: I have 12 pairs nonlinear curves having some parameters (p1,p2,p3) in common and others specific to one of the curves (p4a,p4b). I want to fit a nonlinear mixed model with nmle with the random effects varying over the 12 samples (pairs). In order to be able to estimate the
2007 Sep 18
6
Limiting Simultaneous calls
Is there a way to limit simultaneous calls. I like to limit simultaneous outgoing calls as more than few simulataneous calls are charged by my voip providers. However, I do not want to have any such restriction for internal calls. Thanks Jim
2007 Jan 03
1
R and threading
Hi, I am considering using R to integrate with a Java application. However, before deciding upon R I need to understand if R is capable of dealing with multiple requests simulataneously. Is a single instance of R capable of dealing with multiple simulataneous requests or does a new instance of R have to be started for each request? I have read Luke Tierney's 2001 notes on threading at
2005 Oct 19
2
Automatic rounding of values after factors , converted to numeric, are multipled by a real number
I am wondering if someone would have any suggestion about my issue? I have the following code: wgts<-aggregate(subset(lendata,select=c(Length)),list(lendata$Cruise,len data$Station,lendata$Region,lendata$Total),mean) wgts<-wgts[order(wgts$Group.3,wgts$Group.1,wgts$Group.1),] names(wgts)<-c("Cruise","Station","Region","Total","MLen")
2002 Apr 24
1
Newton-Raphson
Hi, Is there a routine available in R for the Newton-Raphson method for simulataneous equations in several unknowns? Thanks Robert -- Robert J. Chandran Department of Botany 3506 Miller Plant Sciences Building University of Georgia Athens, GA 30602 Phone: (706)-583-0943 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2003 Feb 21
1
Samba 2.2.7a 64bit executable on Solaris 8
Good Morning, I recently compiled Samba 2.2.7a as a 64bit executable on Solaris 8. The Solaris 8 server is configured to permit 65535 files to be open, while Samba has been configured to allow 65500 files to be open. These large number of files are required to permit simulataneous compilations to take place a single build server, though there are multiple build servers. Last time I tried to
2010 Jun 21
3
tables
Dear R People: I have generated the following table: > table(zza$DEATH,zza$GENDER) F M 2009-04-21 0 1 2009-04-22 4 2 2009-04-24 6 0 2009-04-25 1 3 2009-04-26 2 0 2009-04-28 3 0 2009-04-29 2 2 However, instead of total counts in the F and M columns, I would like percents. How would I do this, please? thanks, Erin -- Erin
2003 Dec 01
0
No subject
Back on the server, I then edited the picture with xv. I used linux, not samba, to call up the image in xv. I then reinserted the image in powerpoint but got the old picture. Ergo, windows had cached the file and linux did not inform samba it was updating the file, so samba let windows continue to cache it. I then did the same excercize, but this time using samba to open up and save the file with
2007 Apr 27
1
correlation tab
hello, I know how to use the function "cor" to do correlation frame but it remains a problem because I wanna calculate correlation between vector with differents dimensions it is possible? for exemple my data : > V [[1]] [1] 97 104 103 98 99 92 99 99 98 87 95 101 91 104 98 96 84 97 92 104 97 [[2]] [1] 102 100 82 106 85 97 101 99 90 101 97 93 100 99 92 90
2007 Jun 10
1
basic asterisk knowledge
I have question concerns asterisk 1-What is difference between G.729 and G.729A? 2-How can I know the requirement hardware for 150 extension on asterisk 1.4.4 making 50 simultaneous call? 3-Do asterisk have a codec conversion? Regards ********************************************* No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with
2005 May 24
1
origination providers
hi folks, Has anyone found a good (and, ideally, cheap -- we don't really want any per-minute charges) origination provider which can handle a moderate number of simultaneous incoming calls (to the same, single DID)? Many of the providers I've tried contacting either won't call me back, or want me to sign an NDA just to get a rate quote, or some other bullshit. Most of the
2002 Apr 11
4
rsync and debian -- summary of issues
There seems to be a thread about rsync and Debian packages every couple of months. I've written up a document which tries to cover all of the questions and debates. It's pretty informal, but hopefully will be useful. http://rsync.samba.org/rsync-and-debian/ I'd appreciate comments. -- Martin
2009 Feb 12
5
CISCO 2950 -> 4 connections -> Cap of 512 Kbps -> How to bond ?
The ISP giving net access at our office has installed a 24 port CISCO 2950 switch in our server room. I can buy 24 connections from them and get 12Mbps of Upload but each individual connection is restricted to 512Kbps. Currently we have requirement of 20 simulataneous calls so we purchased 4 connections from the ISP. Giving us a total of 2 Mbps of upload b/w but spread over 4 different connections
2006 Aug 03
1
Is it possible to interpolating variables in YAML files?
I''m attempting to store a value that''s dependent on an environment variable in a custom .yml file, like so: job_folder: "#{RAILS_ROOT}/jobs" Doesn''t seem to like that. Is there any way for me to have access to the RAILS_ROOT environment variable from inside of my configuration file? Thanks, Wes -- Posted via http://www.ruby-forum.com/.
2011 Jun 28
0
renaming multiple columns + interpolating temperature series
Greetings R Users, I?m new to R but at least managed to read in multiple files: filenames <- list.files(path=getwd()) numfiles <- length(filenames) for (all_temp in c(1:numfiles)) { filenames[all_temp] <- paste(filenames[all_temp],sep="") assign(gsub("[.]ASC$","temp",filenames[all_temp]),read.delim2(filenames[all_temp],
2006 Jan 25
0
Interpolating spline problems and akima
Hi everyone I was using spline to interpolate single or two consecutive missing data points in time series. However, when it comes to longer gaps in the data the spline function generate new data for both my known and unknown data (see below). Aside from not understanding why this happens, I thought thought I might try function "aspline" in library (akima). However, I cannot install or
2002 Sep 16
0
Interpolating variables into quoted strings
William M. Fitchen <William_Fitchen at oxy.com> wrote on 12/19/01: > I am new to R and am coming from a Perl background. I have had trouble > figuring out from the documentation how to interpolate a variable into a > quoted string (if it's possible).... In perl I could write: > $name = "John"; > print STDOUT "Hi $name, how's it
2006 May 31
1
interpolating a lot of data at once
I have a big dataset containing a lot of values for 1970, 1980 and 1990. I want to interpolate values for the years in between, and also if possible to extrapolate to 1968 and 1969. The method doesn't have to be clever but I am looking for a function that will do all the data at once. (Doing foreach, or apply, is just too slow!) Is there something that will take list(df$val.1970, df$val.1980,
2011 May 05
2
quick question : interpolating file name in pipe command
Hi Guys I am trying to read a bunch of files in the loop but pipe function which I use to cut few columns is somehow unable to interpolate the file variable. eg: > file="check.txt" > data <- read.table(pipe("cut -f 2,3 file"), sep="\t", col.names=c('pos','cov') ) cut: file: No such file or directory how can I pass variable file to pipe
2005 Sep 08
1
Interpolating / smoothing missing time series data
The purpose of this email is to ask for pre-built procedures or techniques for smoothing and interpolating missing time series data. I've made some headway on my problem in my spare time. I started with an irregular time series with lots of missing data. It even had duplicated data. Thanks to zoo, I've cleaned that up -- now I have a regular time series with lots of NA's.