search for: spy

Displaying 20 results from an estimated 653 matches for "spy".

Did you mean: spt
2018 Jan 18
0
Split charts with ggplot2, tidyquant
Hi Charlie, I am comfortable to put the data in any way that works best. Here are two possibilities: an xts and a data frame. library(quantmod) quantmod::getSymbols("SPY") # creates xts variable SPY SPYxts <- SPY[,c("SPY.Close","SPY.Volume")] SPYdf <- data.frame(Date=index(SPYxts),close=as.numeric(SPYxts$SPY.Close), volume=as.numeric(SPYxts$SPY.Volume)) rownames(SPYdf) <- NULL head(SPYxts) head(SPYdf) #...
2008 Apr 16
2
extenspy and chanspy
I want to add to my dialplan the ability to spy on an arbitrary extension whether a call originates at it or is terminated at it. Scenario 1: Given an extension, say 2001, a call comes in on a zap channel and is Dial()ed to the phone that's at extension 2001, I want to be able to pick up a phone and dial (say) *142001 and spy on that call....
2018 Jan 18
3
Split charts with ggplot2, tidyquant
Could you provide some information on your data structure (e.g., are the two time series in separate columns in the data)? The solution is fairly straightforward once you have the data in the right structure. And I do not think tidyquant is necessary for what you want. Best, Charlie -- Charles Redmon GRA, Center for Research Methods and Data Analysis PhD Student, Department of Linguistics
2007 Jun 05
1
g729
I installed a hardware g729 codec card in my asterisk, and I'm getting the following error when calling from a g729 sip extension to a SIP trunk also set to g729. The call goes through just fine, but these error messages keep flying by until I disconnect the call. Any ideas? ERROR[11871]: channel.c:1316 queue_frame_to_spies: Translation to slin failed, dropping frame for spies Jun 5
2011 Oct 18
1
Chanspy() not working with group in asterisk 1.4.42
Hi list, I have write down my code on which chanspy not working when I make a group with name of spy. Please help me where is the issue on that. a) caller will call this number to join konference and spy group exten => 43681111,1,Answer() exten => 43681111,n,NoOp(****${CHANNEL}****) exten => 43681111,n,Set(GROUP(${CHANNEL})=spy) exten =&g...
2008 Dec 14
1
how to convert factors to numbers
...price, high price, low price, closing price, volume and adjusted price (i.e., adjusted for dividends and splits). I want to read and manipulate the data in R. However, when I use read.table, it treats all of the data as "factors" and I do not know how to treat the data as numbers: > spy<-read.table("c:\\StockData\\SPY.txt") > attach(spy) > names(spy)<-c("QDate","OpenP","HighP","LowP","CloseP","Vol","AdjP") > spy[1,] QDate OpenP HighP LowP CloseP Vol AdjP 1 12/14/2...
2011 Sep 12
1
Problem in put.var.ncdf
Dear all, I have a problem in writing a variable to a NetCDF-File. My code works pretty well until the step put.var.ncdf(): # Get variables #--------------------- data1 <- open.ncdf("PREC_me_03-1500.nc") prec1 <- get.var.ncdf(data1,"PRECT") dim.time <- get.var.ncdf(data1,"time2") close.ncdf(data1) # Calculation #--------------------- spi24.me <-
2011 Jul 02
2
chanspy spies on wrong channel
asterisk 1.4.32 have zapata.conf soft link to chan_dahdi.conf to use flash operator panel < 2.0 (from extensions.conf) exten=> 304,1,ChanSpy(Zap/4|q) exten=> 304,2,hangup There is no entry ChanSpy(Zap/41) in extensions.conf On dialing 304 and Zap/41 is in use this happens: [Jul 1 18:24:47] VERBOSE[14447] logger.c: -- Executing [304 at flash:1] ChanSpy("Zap/31-1", "Zap/4|q") in new stack [Jul 1 18:24:47] VE...
2008 Sep 08
1
correct lme syntax for this problem?
Hello all, I am about to send off a manuscript and, although I am fairly confident I have used the lme function correctly, I want to be 100% sure. Could some kind soul out there put my mind at ease? I am simply interested in whether a predictor (SPI) is related to height. However, there are five different populations, and each may differ in mean level of height as well as the relationship
2012 Mar 04
1
Store vectors as values in xts time-series object
...I try to create something like this: 2009-01-01 => c('aa', 'bb', 'dd') ... 2010-02-01 => c('mm') I have figured out parts of separately. Here's what works (new xts time-series with simple FALSE values): > getSymbols(src='yahoo', Symbols=c('SPY')) # this loads xts object into global environment under name SPY > v <- vector(length=length(index(SPY))) # this creates a vector of the same length as the SPY time-series > new_xts <- xts(v, order.by=index(SPY)) # this works and creates...
2018 Jan 19
2
Split charts with ggplot2, tidyquant
...ggplot is to have a single variable that will be your response and a factor variable that indexes which original variable it came from. This can be accomplished in many ways, but the way I use is with the melt() function in the reshape2 package. For example, library(reshape2) plotDF <- melt(SPYdf, ??? ??? ??? ??? ??? ??? id.vars="Date", # variables to replicate ??? ??? ??? ??? ??? ??? measure.vars=c("close", "volume"), # variables to create index from ??? ??? ??? ??? ??? ??? variable.name="parameter", # name of new variable for index ??? ??? ?...
2009 Feb 16
2
[Bug 577] New: cannot set spi/reqid numbers higher than 0x7fffffff (policy match)
http://bugzilla.netfilter.org/show_bug.cgi?id=577 Summary: cannot set spi/reqid numbers higher than 0x7fffffff (policy match) Product: iptables Version: unspecified Platform: i386 OS/Version: All Status: NEW Severity: normal Priority: P1 Component: iptables AssignedTo: laforge
2012 Nov 02
2
Date format conversion from "2012-09-20" to "2012:09:20"
...te to lastDate as given below?. #***************************************************************** # Load historical data #****************************************************************** library('quantmod') endDate =Sys.Date() startDate = as.Date(endDate-30, order="ymd") dataspy = getSymbols("SPY", from = startDate, to=endDate, auto.assign = FALSE) lastDate=startDate+5 #subset first 5 days dataspy['startDate::lastDate'] print(dataspy) Thanks veepsirtt -- View this message in context: http://r.789695.n4.nabble.com/Date-format-conversion-from-2012-09-...
2017 Oct 11
1
How can I disable at-spi-bus-launcher
I have a laptop that hangs up on shutdown saying that at-spi-bus-launcher is still running. Since I have no use for at-spi-bus-launcher anyway, I would like to get rid of it, but attempting to remove the at-spi2-core rpm wants to remove 99% of my desktop as well. The only way that I can see to get rid of it is to make /usr/libexec/at-spi-bus-launcher non-executable, but that's a pretty
2007 Sep 26
2
ChanSpy issue
Hello list I am having an issue with Chanspy/SIP that I?m hoping someone has come across and resolved in the past. I am sending calls that come in TDM through T1 ZAP channels and go out to a SIP trunk. If I spy on the SIP channel, I can hear the person on the SIP side of the call just fine, but the person on the ZAP channel fades in a...
2012 Aug 05
1
R: Help xts object Subset Date by Day of the Week
I have a xts object made of daily closing prices I have acquired using quantmod. Here is my code: library(xts) library(quantmod) library(lubridate) # Gets SPY data getSymbols("SPY") # Subset Prices to just closing price SP500 <- Cl(SPY) # Show day of the week for each date using 2-6 for monday-friday SP500wd <- wday(SP500) # Add Price and days of week together SP500wd <- cbind(SP500, SP500wd) # subset Monday into one xts object...
2011 Aug 25
2
Adding a normal density curve over the empirical curve
Hi I have created the following plot over the empirical returns.. What I now want to do is to overlay a curve/line with the normal density as a comparison of the two. Does anyone know how to do this? (NB the last two lines are the problem, and are wrong, I know). Thank you in advance! Rikke http://r.789695.n4.nabble.com/file/n3768783/S%26P_500_spot_and_return_2010.csv
2009 Mar 12
0
chanspy problems (asterisk 1.6.0.6) - When spying starts, the spied parties can't hear each other
Hi, I am in a predicament and any help/pointers would be appreciated. We are using chanspy to listen in on conversations. We are doing this via a web interface. The web interface lists all the ongoing calls. We click on a call and then my local phone rings allowing me to spy on the session I clicked on. But "most" of the time, when I start listening in, the two parties that a...
2018 Jan 19
0
Split charts with ggplot2, tidyquant
...iable that will be your response and a factor > variable that indexes which original variable it came from. This can be > accomplished in many ways, but the way I use is with the melt() function in > the reshape2 package. > For example, > > library(reshape2) > plotDF <- melt(SPYdf, > id.vars="Date", # variables to replicate > measure.vars=c("close", "volume"), # variables to > create index from > variable.name="parameter", # name of new variable >...
2009 Feb 04
1
Stopping chanspy followup
I am still trying to figure out a reasonable way to exit the chanspy application in a dialplan. For the most part I understand how things are working and there is one change I would like to propose. The way the 1.4.23.1 code seems to work is that if there are no channels that match the chanprefix argument the chanspy code stays in a loop waiting for a new channel...