search for: ged

Displaying 20 results from an estimated 54 matches for "ged".

Did you mean: gd
2010 Mar 03
1
asterisk SIP, SIPAddHeader() and Cisco GED-125
...the situation where I'm trying to splash information picked off by an asterisk IVR into a Cisco call center environment. I'm under the impression that the ONLY way to do this is to setup socket connections with the Cisco "voice processor", or CVP, and send packets corresponding to GED-125. Cisco has a detailed 100+-page document detailing the internals of what these packets need to look like. But wouldn't it be nice if instead, you could use SIPAddHeader() with X tags and have Cisco pick off the out-of-band values from SIP packets? Wouldn't it be even nicer if there was...
2011 Jan 14
0
Fwd: Re: [R-sig-hpc] Working doSNOW foreach openMPI example
...lusterCall(cl, function(){Sys.info()["nodename"]}) > print(do.call(rbind,res)) > > sme<- matrix(rnorm(100),10,10) > clusterExport(cl,"sme") > > myfun<-function() > { > for(i in 1:1000) > { > x<-eddcmp(sme) > } > } > > ged<-0 > > system.time({ > ged<-foreach(i=1:10) %dopar% > { > myfun() > } > }) > > system.time({ > ged<-foreach(i=1:10) %do% > { > myfun() > } > }) > > system.time({ > for(i in 1:10) > { > ged<-myfun() > } > })...
2003 Jan 07
1
help interpreting output?
...missing one of the predictor variables. What is confusing me is the estimated defrees of freedom for each of the splines in the second model.... ________________ > summary.gam(mod.gam) Family: gaussian Link function: identity Formula: INT ~ s(IGS) + s(L2E) + s(TED) + s(PSD) + s(OPD) + s(GED) Parametric coefficients: Estimate std. err. t ratio Pr(>|t|) constant 302.32 5.192 58.23 < 2.22e-16 Approximate significance of smooth terms: edf chi.sq p-value s(IGS) 4.254 58.308 9.5524e-12 s(L2E) 1...
2012 Jul 26
1
gamma distribution in rugarch package
Hi guys, does anyone know if there is the possibility to fit a gamma distribution using ugarch?honestly i don't know if maybe is possible to fix some parameters that reduce ghyp or ged in a gamma distribution.. thanks a lot sara -- View this message in context: http://r.789695.n4.nabble.com/gamma-distribution-in-rugarch-package-tp4637893.html Sent from the R help mailing list archive at Nabble.com.
2010 Jul 23
7
fail rollback transaction with manual raise exception
...:name => "ddsjdsjdsjk") bank.save! raise "Please, rollback" end end but the record bank is saved succesfully into database (I reported the problem in the community of pg driver, but they demonstrated that the problem is not the pg driver http://bitbucket.org/ged/ruby-pg/issue/37/fail-rollback-transaction-with-manual-raise) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe...
2007 Feb 27
1
Additional args to fun in integrate() not found?
...help me with these problems: 1) why is "p" not recognized? 2) what are these warning messages? PROGRAM CODE: --------------------------- #THIS LIBRARY IS NEEDED FOR THE INCOMPLETE GAMMA FUNCTION library(zipfR) #------------------------------------------------------------------------ gedCDF = function(yvec, p=2, mu=0, scale=1, numint=0) { #------------------------------------------------------------------------- #Setting k to sqrt(2) and the GED with p=2 coincides with standard normal. #Set k=1 and GED with p=1 coincides with Laplace. k<-sqrt(2) #k<-1 scale<-scale*k...
2007 Sep 26
2
libFLAC++ Seeking
...ays returns false. I'm pretty sure I missed something and otherwise this works fine. One more thing. I complied the 1.2.1 sources with msvc6 sp6 and this works with debug libs... Any hints? Thanks, Istvan ________________________________________________________ A c?gek itt keresnek t?ged &#8211; te hol keresed ?ket? [origo] ?ll?s http://cthandler.adverticum.net/?cturl=http%3A%2F%2Fjpt.hu%2Forigo%2Findex.php%3Fpage%3Dselectform%26fm_levelalja -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/2007...
2000 Feb 26
1
OpenSSH on HP-UX 11 with TCB
...s.h <<\EOF #define DISABLE_SHADOW 1 EOF fi MANTYPE='$(CATMAN)' mansubdir=cat ;; Solution for login.c Missing an opening brace at line 213, added it. Code excerpt below: #if defined(HAVE_ADDR_IN_UTMPX) if (addr) { /* Added a brace here - Ged */ switch (addr->sa_family) { Solution for Makefile: Changed Makefile.in and added $(CFLAGS) to the compile lines for all the executables. Solution for sshd: HP-UX does not have a pam_getenvlist call. Changed the fetch_pam_environment function to return NULL if _HPUX_SOURCE w...
2004 Nov 10
2
fSeries
...Coefficient(s): omega a1 b1 8.564e-07 5.000e-02 5.000e-02 To compare with : omega = 1e-6, alpha = 0.1, beta = 0.8. Do you have some information about this? Can I give some initials values to start the estimations? Can I use different innovation process like student-t and GED Thanks for your answers Cyril [[alternative HTML version deleted]]
2004 Aug 06
1
Speex Theory
Hey, this is my first post... i'm new with Speex and i'm interested in the theory behind this compressino scheme... has anyone of you worked with the theory of this codec? -----BEGIN GEEK CODE BLOCK----- Version 3.1 GED/J d-- s:++>: a-- C++(++++) ULU++ P+ L++ E---- W+(-) N+++ o+ K+++ w--- GE/CS/MU d-- s:- a-- C++(++) SL P L+ E-- W++(+) N K+ w++ o? M V-- PS+ PE Y+ PGP !t 5 X++ R tv+ b++ !DI D++ G e++ h! r- y? ------END GEEK CODE BLOCK------ <p>--- >8 ---- List archives: http://www.xiph.org/archives/ O...
2007 Sep 27
1
libFLAC++ Seeking
...I'm pretty sure I missed something and otherwise this works fine. > One more thing. I complied the 1.2.1 sources with msvc6 sp6 and this works with debug libs... > > Any hints? > > Thanks, > Istvan > > I still couldn't figure out why's that, but finally I changed file_length_callback_ in stream_decoder.c; replaced fno/fstat with fseek(f,0,SEEK_END)/fgetpos pair and now it works perfectly. ________________________________________________________ A c?gek itt keresnek t?ged &#8211; te hol keresed ?ket? [origo] ?ll?s http://cthandler.adverticum.net/?...
2004 May 30
1
What's wrong with this simple code???
...following code *********************************** modfit<-function(yir,yew, ft) { n<-length(yew) yew<-yew[1:(n-1)] yy<-yir-ft xx<-yew-ft n<-length(xx) xx0<-xx[2:n] yy0 <-yy [2:n] xx1<-xx[1:(n-1)] fit <- garch(yy0~xx0 + xx1+var.in.mean, ~garch(1,1),cond.dist='ged') summary(fit) } fs1hca<-modfit(s1hca.r, s1hca.ew, zfr) **************error message is *************** Problem in garch(yy0 ~ xx0 + xx1 + var.in.mean, ~ ..: Object "xx0" not found Use traceback() to see the call stack It is really weird, I tried step by step, the code works,...
2010 Jul 05
1
plotting data with ellipse confidence intervals
Hi, I would like to plot a set of paired means (as X Y data) with unique confidence intervals for each (creating a set of ellipses, each with it's own centre point and shape). Would appreciate any advice out there! Cheers, Ged [[alternative HTML version deleted]]
2004 Oct 13
1
Mirror problems.
...a couple of ftp mirrors to grab the latest OpenSSH. ftp://ftp.solnet.ch/mirror/OpenBSD/OpenSSH/portable/ replies with a 550 and ftp://ftp.dragonbsd.swiss-anime.ch/pub/OpenBSD/OpenSSH/portable/ doesn't seem to have been updated since May. They were the first two I tried. Why me??? :) 73, Ged.
2012 Apr 26
0
Help Graph edit distance in R
Hi there, I'm working on a very specific topic related to graph theory. In particular I'd like to compare two graphs by a general dissimilarity function in graph domain, named graph edit distance (GED). Do you know if there exists a package or a script in R implementing algorithm to  compute GED? Thanks Domenico [[alternative HTML version deleted]]
2013 Jan 31
1
I want to download "garchOxFit" function.
...w how to estimate FIGARCH model. Please let me know which package I need and what is procedure of estimating FIGARCH by R. I think I need this code! &gt; garchOxFit(formula.mean = arma(0, 0), formula.var = garch(1,1), series = x, cond.dist = c("gaussian", "t", "ged", "skewed-t"), include.mean = TRUE, truncation = 100, trace = TRUE, title = NULL, description = NULL, arch.in.mean=0, include.var=TRUE) Thank you for reading email. I am waiting for your kind reply. Best, Soyoung Park. [[alternative HTML version deleted]]
2013 Mar 11
1
username map is not functioning
...to work is > by adding an account that matches the unix account using smbpasswd. > Any ideas? This sounds to me like Samba bug 8881. It isn't clear to me that anyone in the Samba team cares enough about this bug to get it fixed. https://bugzilla.samba.org/show_bug.cgi?id=8881 -- 73, Ged.
2007 Oct 28
1
tree problem
...respondent to a survey (0 = not a respondent, 1 = respondent) AGE_P Age (continuous) ORIGIN_I Hispanic Ethnicity (1 = Hispanic, 2 = non-Hispanic) RACRECI2 Race Recode (1 = White, 2 = Black, 3 = Other) parents Parent(s) present in the family (1 = Yes, 2 = No) educ Education Recode (1 = HS, GED, or less, 5 = some college, 6 = Bachelor's or AA degree, 9 = Master's & higher Here are 2 calls to tree and a snip of summary results: ### Use a sample of 100 #### > set.seed(331) > nsize = 100 > sam <- sample(1:nrow(nhis), nsize) > > t1 <- tree( RE...
2007 Mar 21
4
Problem with PaintDC(MSW)
...ow (until one of PaintDC objects is destructed by garbage collector). To solve this problem one has to .skip the event passed to EVT_PAINT handler, while setting Wx::BG_STYLE_CUSTOM as a background style for the window. Maybe alternative solution could be created, i.e hand crafting swig''ged ''paint'' function taking a ruby block, which creates the PaintDC, yields it to the block, and destructs it before leaving the function? A.K.
2004 Jul 04
1
Rmetrics 191.10057
...9;s web site. 2004-06-25 fBasics/R The function "as.timeSeries" got two additional arguments which allow to pass dimension names and the timeDate format in POSIX notation to the returned "timeSeries" object. 2004-06-25 fSeries/R New functions "[dpqr]ged" and "[dpqr]sged" have been added which compute density, distribution function, quantile function and generate random variates for the symmetric and skew generalized error distribution. 2004-06-25 fSeries/R New functions "[dpqr]std" and "[dpqr]sstd&quo...