similar to: RTP timing problems? Here's patch...

Displaying 20 results from an estimated 3000 matches similar to: "RTP timing problems? Here's patch..."

2005 Oct 05
0
Please, help test asynchronous generation patch for inclusion in version 1.2
Hi! If you have problems with MusicOnHold or run Meetme, please, gives this patch a try as it might help you. If enough people test this, it will potentially included in the upcoming 1.2 release. Here's the info on Mantis: http://bugs.digium.com/view.php?id=5374 Please, provide feedback on Mantis, both problems and successes. Thanks! Carlos -- "We hold [...] that all men are
2005 Sep 13
0
Real-time Linux claims single-digit microsecond responsiveness
This should be of interest to us, asterisk buffs: http://www.linuxdevices.com/news/NS6761928882.html -- "We hold [...] that all men are created equal; that they are endowed [...] with certain inalienable rights; that among these are life, liberty, and the pursuit of happiness" -- Thomas Jefferson -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Apr 13
2
rpmforge references in the wiki
Someone made mention on IRC earlier of a reference to rpmforge on the wiki and it got me thinking (yeah, never a good thing)... A quick search on the wiki itself shows a lot_of references to rpmforge. As this is a dead project and has been a dead project for 3+ years now it would be quite useful to the consumers of the wiki material for those references to be removed and replaced with something
2005 Sep 12
1
Is "ChanIsAvail" thread safe?
Curious whether the ChanIsAvail command is thread safe. By that I mean, if I use ChanIsAvail to determine which channel to use, can I be sure that it will still be available when I go to Dial it on the next line? It occurs to me that there's a possibility the channel could get used by a competing thread AFTER my thread has determined it is available and BEFORE my thread gets a chance to
2005 Sep 28
1
Asterisk in Production
I was reading on the wiki different possibilities of automatically restarting asterisk every so often. In some places, people mention they restart it once a day other on shorter or longer intervals. I believe the main reason people are doing this is because of possible memory leaks. I'm running a system for IVR services. It's not a heavily loaded box, but there is almost always
2006 Jan 05
2
New logo for CentOS
To celebrate CentOS as the greatest thing since sliced bread, we should endevour to have a new logo in place. Whilst the current one suffices, a new logo/favicon should be in place. My artistry skills are not good (i was eating hotdogs whilst the rest of the class learned fine art), so those of you artistically endowed should come up with something.
2011 Jan 24
1
how many records can R handle
How many records can the R recursive partitioning software handle? We are analyzing 5,000,000 medical records looking at 100 risk factors for the outcome of interest Richard H. White, MD Hibbard E. Williams Endowed Professor of Medicine Chief, Division of General Medicine DIrector, Anticoagulation Service UC Davis Medical Center Suite 2400 PSSB 4150 V Street Sacramento, CA, 95817
2011 May 31
1
Projection Pursuit Index
Dear R-developers, I am trying to experiment with projection pursuit (PP), and different indexes for the same, especially using the tourr package. However, I've noticed that a PP index in the said package is only a function of the projected data. Could I modify the function so that the index sees the projection bases instead (or in addition to the data) ? Alternatively, if some other package
2005 Jul 11
1
Projection Pursuit
Hello, Just a quick question about ppr in library modreg. I have looked at Ripley and Venables 2002 and it says that projection pursuit works "by projecting X in M carefully chosen directions" I want to know how it choses the directions? I presume it moves around the high-dimensional space of unit vectors finding ones that separate the response variables, but how. I looked at the
1999 Jan 21
0
Re: help with R/S functions on nonpar. regression
>>>>> "Jose" == Jose Ramon G Albert <toots at info.com.ph> writes: Jose> I have just downloaded this freeware version of R (which seems Jose> to be a clone of S). I was wondering if anyone knows where I Jose> could obtain R or S functions which provide nonparametric Jose> regression curves, e.g. kernel estimators or smoothing Jose> splines.
2011 Feb 16
0
Constraints in projection pursuit regression
Hi, I am solving a projection pursuit regression problem, of the form y = \sum_i f_i (a_i^T x), where a_i are unknown directions, while f_i are unknown univariate link functions. The following is known about each f_i: 1. f_i (0) = 0  (that is, each f_i passes through the origin) 2. f_i is monotonic. Is there a way to ensure that the function ppr() in R produces solutions that respect the
2005 May 13
0
df and gcvpen for parameters selection on projection pursuit regression
Hello, I am using projection pursuit regression parameters selection. Does anyone has experience on the range to test for df parameter (spline kernel) and gcvpen (gcvspline kernel)? I don't find any information about this. Thanks in advance. Joao Moreira [[alternative HTML version deleted]]
1998 Aug 31
0
Packages aov, modreg, lqs, psplines
I now have versions of code that is destined (I believe) for 0.63 which is in a suitable state for comment. The files are at ftp://ftp.stats.ox.ac.uk/pub/R (Our www server is being moved, so may be intermittently down, but this ftp server should be stable.) All are R packages, for the moment for personal use only (no re-distribution). Use with 0.62.3 or 0.63 (although I am aware of some
2010 Jul 29
1
Crash report: projection pursuit & predict
Folks, The projection pursuit regression function in the base R seems to crash when the optimization level is set to zero, i.e. the initial ridge terms are accepted without refitting. I encountered this problem in an out-of-sample prediction exercise using predict. But further investigation suggests the issue is with the ppr fit and predict just sppeds up the crash. The other optlevels seem to be
2003 Sep 18
1
xgobi vs ggobi
Hi Folks, I'm at the point where I'd normally install xgobi (which I've used and found very useful), but there is the alternative of ggobi (now at version 0.9). Would anyone with experience of both care to indicate the merits of either relative to the other? The other thing I can't make out too clearly from the ggobu website is quite what's involved in choosing between the
2008 Oct 28
1
Source code for ppr (Projection Pursuit Regression)
Dear R users, I am looking for the source code of the implementation of ppr (Projection Pursuit Regression) in R. It will be great if citations of the source papers on which the implementation is based, are also provided. Thank you, Arvind Iyer, Grad student, Deptt. of Biomedical Engineering Viterbi School of Engineering University of Southern California, Los Angeles [[alternative HTML
2004 Mar 17
6
projection pursuit
Dear helpers Does R have a package that performs projection pursuit density estimation? Or anyone knows code in Matlab or C for example to do this? Thank you all Luis
2007 Dec 11
1
Error with rgl loading in BATCH mode
Dear all, I'm trying to run a script that requires KernSmooth in BATCH mode but I get an error while loading rgl library that is needed by KernSmooth. Actually I have to run several batch files through a queue of a cluster, so I wouldn't need graphics at all. I installed the latest releases of R (2.6.1) and rgl on my CentOS 4.2 Linux (clone of Red Hat EL) endowed with Rocks 4.2.1 suite
2018 Feb 21
1
Checking for a proper "stop" statement...
Folks: Consider the following two use cases: goodfunction <- function() { stop("Something went wrong..." } # vs. badfunction <- function() { notgood() } Is there a way for me to test if the functions make use of a stop() statement WITHOUT modifying the stop() output (assume I can't mod the function containing the stop() statement itself)? For "goodfunction" the
2016 Jul 12
0
CentOS 6, mptfusion software?
On 7/12/2016 10:19 AM, m.roth at 5-cent.us wrote: > Got an older Dell R410, with an LSI 1068E PCI-Express Fusion-MPT SAS > (rev 08). It*appears* that a) trying MegaRaid, and b) from what I'm > googling, that what I need are mptfusion-related packages. > Unfortunately, yum shows me nothing available in base, epel, or > rpmfusion. Am I looking for the wrong thing, or does