similar to: window?

Displaying 20 results from an estimated 90 matches similar to: "window?"

2011 Nov 11
1
Formula variable help
I have an R script with the following applicable lines: xshort <- window(s, start=st, end=ed) . . . xshort <- ts(xshort, frequency=1, start=1) . . . m1 <- m2 <- m3 <- m4 <- m5 <- m6 <- NULL m1 <- tslm(xshort ~ trend) I get an error: Error in get(dataname) : object 'xshort' not found When I do traceback() I get: 3: get(dataname) 2: tslm(xshort ~
2005 Mar 16
2
How to concatenate time series?
Hello, I have just completed first experiments in using R, especially creating and using ARIMA models, e.g. # create a model as in example(arima) fit <- arima(USAccDeaths, order = c(1,1,1),seasonal = list(order=c(1,1,1))) # use the model to generate a prediction dp<-predict(fit, n.ahead = 24) plot(dp$pred) # view the prediction Now I created a combined chart of the original and
2008 Apr 30
2
Bug? in summary( ) function base package
There seems to be an error in the summary() function when applied to "ts" class objects. The results of a call to summary( ), on the R "ts" data set USAccDeaths , reports the wrong value for Max. The value reported by the summary function is 11320. The max( ) function returns the correct value 11317, the July 1993 value. Coercing the data to a data.frame and calling summary
2003 Mar 11
1
about yesterday predicted values
I don't understand where is my problem. I tried the problem suggested by Prof. Brian Ripley data(USAccDeaths, package="ts") and it worked. So this is not a machine or configuration problem. This is my series (dataset1.ts) Jan Feb Mar Apr May Jun Jul Aug 1998 20957656 22280838 28048581 32286754 36456729 35575315 34127179 34363108 1999
2005 Feb 02
4
(no subject)
can you recommend a good manual for R that starts with a data set and gives demonstrations on what can be done using R? I downloadedR Langauage definition and An introduction to R but haven't found them overly useful. I'd really like to be able to follow some tutorials using a dataset or many datasets. The datasets I have available on R are Data sets in package 'datasets':
2006 May 17
1
no SUBSCRIBE request sent
Hi all, i am playing around with several optipoint4x0 and run into trouble trying to get hint functionality to work. I notice that there is no status notifications. But afaik this should be implemented via the SUBSCRIBE/NOTIFY mechanism. I can see INVITE, TRYING, RINGING, ACK, BYE but no SUBSBCRIBE in my sip debug traces. I have problem to understand how hint priority works. I follow the
2006 Feb 15
2
Hint priority
Hi All Has anyone managed to get the hint priority with Swissvoice IP10S phones working? I have 2 phones: a Snom 360, setup as the reception phone on extension 11, and a Swissvoice IP10S on extension 12. When calling each other (tested both ways) I can only ever see the Snom 360 in the Active State from 'show hints'. The Swissvoice stubbornly remains in the Idle State when on a call!
2001 Dec 25
1
tseries object
Hello, what's the problem with the dimnames - i get no solution ? thanks for advance, regards christian > file <- read.table("c:/rw1040/data/timeSeries.txt",header=T) > file DATE AQ EUMS 1 Jan92 7.6 98.4 2 Feb92 7.5 98.5 3 Mrz92 7.5 97.0 .................... 117 Sep01 9.4 105.3 118 Okt01 9.5 102.6 > file.ts <-
2011 Feb 02
1
Problems using Background within a macro on V 1.4
Hi List I have had a look at the various posts on this and seem to be more confused than ever - but then again that's not hard ;-) I am using Version 1.4.33.1 build from the Debian "lenny" distros I am trying to implement a simple screening [macro-screen] exten => s,1,Background(press1) exten => s,n,WaitExten(5) exten => 1,1,NoOp(accepted) ; Dont set a reply so dial
2009 Jan 18
1
Multiplication of dataframes
If I have 2 data frames; df1: dim(df1) = (1,10) df2: dim(df2) = (2000,10) Both with column header names, how do I multiply them together please. I.e create a dateframe dim() = (2000,1) Many Thanks in advance Glenn [[alternative HTML version deleted]]
2008 Jan 25
1
Problem with FollowMe
I'm trying to use the FollowMe app with Asterisk 1.4.17. I've followed the WIKI page on setting it up but I can't seem to get it to work. Here is my Asterisk version: pbx1*CLI> core show version Asterisk 1.4.17 built by root @ pbx1 on a i686 running Linux on 2008-01-10 12:08:48 UTC Here is a log of when the FollowMe is being called: NOTE: I've tried to use the AstDB as
2007 Nov 18
0
question regarding time series packages
Good afternoon! I'm trying to learn time series but i have a bit of of a problem using R packages for this. 1. > LakeHuron > sample(500:600, 98) > sample(500:600, 98)->t > fit<-arima(LakeHuron, order=c(2,1,1), xreg=t) > fit > predict(fit, n.ahead=1, newxreg=t) Now, my problem is this: is it ok to use the same t in predict function or should my newxreg contain 99
2018 Dec 14
1
[WIP PATCH 05/15] drm/dp_mst: Fix payload deallocation on hotplugs using malloc refs
On Thu, Dec 13, 2018 at 08:25:34PM -0500, Lyude Paul wrote: > Up until now, freeing payloads on remote MST hubs that just had ports > removed has almost never worked because we've been relying on port > validation in order to stop us from accessing ports that have already > been freed from memory, but ports which need their payloads released due > to being removed will never be
2007 Aug 31
0
about ChanSpy
hello,everyone! I was setting up ChanSpy in an Asterisk dialplan today and it just wasn't working. Here is the snippet: extensions.conf: [test] exten=>3001, 1, Set(__TRANSFER_CONTEXT=tranfer) exten=>3001, 2, Dial(SIP/3001,10,tr) exten=>2002, 1, Dial(SIP/2002,10,t) exten=>2002, 2, Hangup() exten=>2001, 1, Dial(SIP/2001,10,t)
2007 Sep 05
0
about ChanSpy,thank you!!!
asterisk-usershello,everyone! I was setting up ChanSpy in an Asterisk dialplan today and it just wasn't working. Here is the snippet: extensions.conf: [test] exten=>3001, 1, Set(__TRANSFER_CONTEXT=tranfer) exten=>3001, 2, Dial(SIP/3001,10,tr) exten=>2002, 1, Dial(SIP/2002,10,t) exten=>2002, 2, Hangup() exten=>2001, 1,
2018 Dec 14
0
[WIP PATCH 05/15] drm/dp_mst: Fix payload deallocation on hotplugs using malloc refs
Up until now, freeing payloads on remote MST hubs that just had ports removed has almost never worked because we've been relying on port validation in order to stop us from accessing ports that have already been freed from memory, but ports which need their payloads released due to being removed will never be a valid part of the topology after they've been removed. Since we've
2012 Jun 23
2
Can't make call with TDM410P
Actually I can start and receive SIP calls (PC client, iphone client) but?I have an issue with calling external number throught PSTN (certified-asterisk-1.8.11-cert2). I'm having this ?error when making a call: *CLI> ? == Using SIP RTP CoS mark 5 ? ? -- Executing [9000 at local:1] Dial("SIP/3000-00000006", "DAHDI/1/4384019357,10") in new stack [Jun 23 16:18:09]
2014 Oct 11
10
[PATCH net-next RFC 0/3] virtio-net: Conditionally enable tx interrupt
Hello all: We free old transmitted packets in ndo_start_xmit() currently, so any packet must be orphaned also there. This was used to reduce the overhead of tx interrupt to achieve better performance. But this may not work for some protocols such as TCP stream. TCP depends on the value of sk_wmem_alloc to implement various optimization for small packets stream such as TCP small queue and auto
2014 Oct 11
10
[PATCH net-next RFC 0/3] virtio-net: Conditionally enable tx interrupt
Hello all: We free old transmitted packets in ndo_start_xmit() currently, so any packet must be orphaned also there. This was used to reduce the overhead of tx interrupt to achieve better performance. But this may not work for some protocols such as TCP stream. TCP depends on the value of sk_wmem_alloc to implement various optimization for small packets stream such as TCP small queue and auto
2009 Nov 14
5
music on hold
hi friends, as i am a beginner in voip, i had made a very simple dial plan i had made two extentions n both are able to ring each other through soft phone (X-Lite) below is my dialplan ################################################################################################################################### /ETC/EXTENSIONS.CONF [others] [my-phones] exten =>