search for: perron

Displaying 20 results from an estimated 92 matches for "perron".

Did you mean: perror
2012 Feb 26
1
strucchange breakpoints (Bai and Perron, 1998, 2003)
...(strucchange package) with a minimum segment size = the number of regressors, there appears the following error message: "minimum segment size must be greater than the number of regressors" According to the documentation: "breakpoints implements the algorithm described in Bai & Perron (2003) for simultaneous estimation of multiple breakpoints." Bai & Perron (2003) assumed: minimum segment size >= number of regressors (and not >). What is the reason for this deviation? -- View this message in context: http://r.789695.n4.nabble.com/strucchange-breakpoints-Bai-and-...
2009 Nov 07
6
Location
Where is everyone located? I am in Washington DC. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091106/7c73847d/attachment.htm
2010 Nov 14
8
dial plan and sip
Here is a very very basic config. But, not working (: I simply want to dial the DID that is registered with the SIP provider. then, as you can see the call should dial the 703111 number Hints please? sip.conf ;register => 908366554:396444 at carrier.jazzey.com register => 908366554:396444 at sip.jazzey.com [jazzey] type=friend host=sip.jazzey.com username=908366554 secret=396444
2017 Apr 07
2
RFC: Representing unions in TBAA
...s both as >> children and use that. >> (instead of now, where you'd have to have multiple parents again). >> >> (The above also may be better for other languages) >> >> --Dan >> >> >> >> >> On Tue, Feb 28, 2017 at 4:44 PM, Steven Perron <perrons at ca.ibm.com >> <mailto:perrons at ca.ibm.com>> wrote: >> >> Seems like the comments have stopped. I'll try to get a patch >> together. Then we can continue the discussion from there. >> >> Hubert, as for the issue with the...
2017 Mar 01
12
RFC: Representing unions in TBAA
...the one that contains the other. If neither contains the other, you can just make one that has both as children and use that. (instead of now, where you'd have to have multiple parents again). (The above also may be better for other languages) --Dan On Tue, Feb 28, 2017 at 4:44 PM, Steven Perron <perrons at ca.ibm.com> wrote: > Seems like the comments have stopped. I'll try to get a patch together. > Then we can continue the discussion from there. > > Hubert, as for the issue with the llvm optimizations losing the TBAA > information, it should be the responsibili...
2017 Apr 07
2
RFC: Representing unions in TBAA
...use that. >> (instead of now, where you'd have to have multiple parents again). >> >> (The above also may be better for other languages) >> >> --Dan >> >> >> >> >> On Tue, Feb 28, 2017 at 4:44 PM, Steven Perron >> <perrons at ca.ibm.com <mailto:perrons at ca.ibm.com> >> <mailto:perrons at ca.ibm.com <mailto:perrons at ca.ibm.com>>> wrote: >> >> Seems like the comments have stopped. I'll try to get a patch >>...
2010 Sep 04
4
fast busy out?
why does this not work? i simply want to hear the recorded message exten => s,1,Answer() ;exten => s,n,Record(zipcodegutter1.gsm) ;zcg1 exten => s,n,Playback(zipcodegutter1) exten => s,n,Dial(SIP/c000001s/12222222259,120,A,(demo-thanks))
2004 Oct 13
4
incomplete function output
...a function (below) which encompasses several tests. However, when I run it, only the output of the last test is displayed. How can I ensure that the function root(var) will run and display the output from all tests, and not just the last one? Thank you, b. root <- function(var) { #---Phillips-Perron PP.test(var, lshort = TRUE) PP.test(var, lshort = FALSE) #---Augmented Dickey-Fuller adf.test(var, alternative = "stationary", k = trunc((length(var)-1)^(1/3))) #---KPSS kpss.test(var, null = "Level", lshort = TRUE) kpss.test(var, null = "Trend", lshort = FALSE) }
2010 Feb 06
6
Dial script
Does anyone have a Dial script or a hint on how I can dial 10000 numbers in sequence? When the calls are answered, I play a .gsm or .wav. Then, if user presses a defined digit, the call gets bridged to me.
2017 Feb 15
2
RFC: Representing unions in TBAA
On Tue, Feb 14, 2017 at 11:22 PM, Steven Perron <perrons at ca.ibm.com> wrote: > 3) How should we handle a reference directly through a union, and a > reference that is not through the union? > > My solution was to look for each member of the union overlaps the given > offset, and see if any of those members aliased the oth...
2007 Apr 20
0
modified test of phillips-perron
Hello! I would like to know whether the test of Phillips-Perron, modified for time series with large negative moving average terms implemented in R. Besides I would also like to ask the same question about the Leybourne-McCabe test for stationarity. Regards, Martin
2010 Jan 30
8
MATH
I want to create a script for IVR that compiles responses, aggregates them to a total number. Then, run an equation based on the result. Press 1 for X (X is a positive number 500) Press 2 for Y (Y is a positive number 200) Press 3 for Z (Z is a positive number 300) Press 20 to calculate the results = 500+200+300 =1000 then, exten => s,n,Read(NUMBER,,1000) exten => s,n,SayDigits(${NUMBER})
2017 Mar 09
3
RFC: Representing unions in TBAA
...uot;offset-based nodes", becuase that's really what they are. (access-path nodes are actually access paths, so that seems find) > -Hal > > > (The above also may be better for other languages) > > --Dan > > > > > On Tue, Feb 28, 2017 at 4:44 PM, Steven Perron <perrons at ca.ibm.com> wrote: > >> Seems like the comments have stopped. I'll try to get a patch together. >> Then we can continue the discussion from there. >> >> Hubert, as for the issue with the llvm optimizations losing the TBAA >> information, it sh...
2007 Dec 28
2
gplot function - error
Hi all, i installed the ggplot2 package via install.packages(), but the gplot function was not recognized in R console command. Is there any paths to configure? The error message reports that the function was not found. Thanks Ricardo ____________________________________________________________________________________ Be a better friend, newshound, and
2009 Dec 19
5
sendmail
Anyone have a cookbook on configuring sendmail to work with Asterisk? Or,a few config examples.
2009 Dec 21
3
script
I want to have Asterisk Dial individual numbers and play a recording if each answers. If they don't answer then the code rolls to the next number. Should I set up a spreadsheet somewhere and load with the numbers? Or, an AGI script? 1. Dial number 1 2. If connect, then play message 3. If connect, finish message and move to next number 4. Dial 1 - 10,000 in succession
2011 May 22
5
call files .vbs
This may be an obvious reflection of my Asterisk/Linux/Windows weaknesses but I want to know in any case! Can a vb script run somehow on a Linux machine or does it only work on Windows? If I were to build a call file script (described in this link http://www.voip-info.org/wiki/index.php?page=Asterisk+auto-dial+out ) then how does it work if my Asterisk machine is running on Centos 5.5? I simply
2009 Dec 22
1
strucchange | breakpoints - pure structural change model?
Dear R-Team, Am I right supposing that the "breakpoints()" function in the strucchange package is an implementation of the pure structural change model proposed by Bai and Perron (1997, 2003)? My question relates to a partial structural change model that Bai and Perron formulate in their 2003 paper, e.g. formulated as y = x' beta + z' delta_j + epsilon, where beta and delta are vectors of coefficients. x represents a vector of variables with an invariant effect o...
1999 Jul 09
3
Virus checking
...map the network drive and connect as root. I can scan the directory but it will not let me "clean" the users file unless I have write access to other eg chmod o+w. If I create a file on the users directory, the resultant file is owned by root with a group of other. Any ideas. David Perron PMSI Nepean, ON, Canada
2017 May 14
0
RFC: Representing unions in TBAA
...ns the other, you can just make one that has both as > children and use that. > (instead of now, where you'd have to have multiple parents again). > > (The above also may be better for other languages) > > --Dan > > > > > On Tue, Feb 28, 2017 at 4:44 PM, Steven Perron <perrons at ca.ibm.com > <mailto:perrons at ca.ibm.com>> wrote: > > Seems like the comments have stopped. I'll try to get a patch > together. Then we can continue the discussion from there. > > Hubert, as for the issue with the llvm optimizations los...