search for: stability

Displaying 20 results from an estimated 3400 matches for "stability".

2009 Sep 11
1
: How wo read stability VAR plot?
I have made program code for Vector Auto Regressive in terms of completing my undergraduate program using R. I have an important question related to my project. If I have: data(Canada) var.2c <- VAR(Canada, p = 2, type = "const") var.2c.stabil <- stability(var.2c, type = "OLS-CUSUM") I want to get the value of plot(var.2c.stabil). Can you help me what should I do or write so the result can occur? It means if I have source code: data(Canada) x=acf(Canada) I will get the value of acf if I write x in R. Thanks in ad...
2004 May 11
1
stability measures for heirarchical clustering
Dear R users, I'm interested in measuring the stability of a heirarchical clustering, of the overall clustering and finding sub clusters (from cutting the heirarchical clustering at different levels) which demonstrate stability. I saw some postings on the R help from a while back about bootstrapping for clustering (using sample and generating a consesu...
2016 May 06
6
Firefox 45.1.0 stability
Good afternoon, Apologies if this topic has come up before but I've found that the Firefox 45.1.0 stability to be somewhat lacking. For example, I can't use it for Twitter because it crashes. It also crashes when I log into gmail. This happens every time I try these URL's. Any suggestions on improving the stability? Thanks! Jeff
2003 Oct 18
1
Some questions of heavy * deployment and stability.
...egration, development and deployments in VoIP scene. Completely under linux. Today i have 6 machines with asterisk, huge test base - including devices like AS5350, Audiocodes gateways, ATAs, IP phones ... Now is time to make a decition for including * in our future projects. Main goal for us is the Stability. Peoples expects phones just to work. I expirienced some stability issues with some channel drivers - mostly in h.323, small in SIP, small in the other applications - queue, conf. I still waiting for my digium cards to make field test with it. However, our first deployments will be only chan_zap an...
2006 Mar 23
6
Stability of Asterisk with 2 x TDM400P cards (6 analogue lines)
I would like to hear from anyone good or bad as what their experience has been in recent times with STABILITY of current builds of Asterisk and drivers for TDM400P. The sort of configuration is: 6 incoming POTS lines. ie. 2 TDM400P cards. I am not concerned with: price points, or the advantages or disadvantages of using POTS vs ISDN technology, but simply RELIABILITY & stability of the Asterisk syste...
2009 Jun 25
5
64-bit CentOS - your experience
Hello, one of our developers is developing his Web applications (PHP-based+MySql) on 64-bit Fedora. He would like to use the same, 64-bit environment on CentOS. I am not against 64-bits (we use it for many, many years using Solaris) but what concerns me is the stability of 64-bit Linux. Can you share your experience regarding stability of 32-bit and 64-bit CentOS ? Does anybody use 64-bit CentOS in production (web applications) environment ? Regards przemol ---------------------------------------------------------------------- Dobra czy zla wiadomosc? Zawsze wa...
2009 Nov 23
2
Help about stability analysis in R software!!!
? Hello people!! I'm trying to make a statistical analysis of stability through to package 'Agricolae', and procedure 'stability.par', but I don't get conclude the analysis. The problem is in my data set, that have missing value, and I didn't manage interpret the 'NA' used to assign missing value. Someone have any suggestion...
2016 May 06
2
Firefox 45.1.0 stability
...- I should have mentioned that I'm running C6 (I do need to upgrade at some point). Jeff > On Fri, May 06, 2016 at 02:54:06PM -0400, Jeff Layton wrote: >> Good afternoon, >> >> Apologies if this topic has come up before but I've found >> that the Firefox 45.1.0 stability to be somewhat lacking. >> >> For example, I can't use it for Twitter because it crashes. >> It also crashes when I log into gmail. This happens every >> time I try these URL's. >> >> Any suggestions on improving the stability? > It's been running...
2015 Aug 17
3
[LLVMdev] [RFC] Developer Policy for LLVM C API
On Sun, Aug 16, 2015 at 10:34 PM, deadal nix via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > 2015-08-16 21:51 GMT-07:00 Eric Christopher <echristo at gmail.com>: >> >> The promise of stability. We don't promise that the C++ API will stay >> stable. >> > > > Why was that promise be made in the first place ? Has it been made in the > first place ? > It sounds like you're in favor of dropping C API stability then, if it's holding us back? That feedbac...
2015 Nov 19
4
An Update on the C API
...llow-up mail to the C API discussion/BoF that we had at the latest developer meeting and nicely hosted by Justin and Juergen. We were able to reach consensus on a number of questions/concerns about the C API so I’m going to go ahead and list them for posterity and for any further discussion here: Stability Guarantees: The C API is, in general, a “best effort” for stability. This means that we’ll make every attempt to keep the C API stable, but that stability will be limited by the abstractness of the interface and the stability of the C++ API that it wraps. In practice, this means that things like “...
2020 Jul 23
2
Explicitly spelling out the lack of stability for the C++ API in the Developer Policy?
...om what I understand. >> >> I think it would be useful to have a "C++ API Changes" section to Developer Policy spelling this out. Copying the style of the C API Changes section, it could look something like: >> >> --- >> C++ API Changes >> >> * Stability Guarantees: The C++ API is does not guarantee any stability. Changes may be made without any notice about deprecation and alternate APIs for the same functionality may not be included. Downstream projects using the C++ API are expected to keep up with changes. >> * Release stability: The C++...
2004 Aug 06
1
reshape (was: Comparing rows in a dataframe)
Hi all: I solved the previous stated problem in something of a brute force way (but it works). I seem to now be running into one little hiccup using reshape. Here is a quick snip of the data in long format: grade stability year schid 6 Grade 4 3 2001 100005 7 Grade 4 3 2002 100005 8 Grade 4 2 2003 100005 10 Grade 5 2 2001 100005 11 Grade 5 2 2002 100005 12 Grade 5 1 2003 100005 18 Grade 4 2 2001 100010 19 Grade 4 2 2002 100010 20 Grade 4...
2018 Sep 26
1
Stability and reliability of R (comment on Re: as.vector() broken on a matrix or array of type "list")
With regard to Martin's comment about the strength of (base) R: I have R code I wrote 15+ years ago that has been used regularly ever since with only a few minor changes needed due to changes in R. Within that code, I find particularly impressive for its stability a simple custom GUI that uses the tcltk package that has needed no updates whatsoever in all that time. Such stability and reliability have been extremely valuable to me. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 Lab cell 9...
2009 Jul 15
3
[LLVMdev] please stabilize the trunk
We've had a lot of churn in all the trunks (llvm, llvm-gcc, clang) recently, and the testing buildbots have been failing repeatedly. I spoke with Chris this AM, and he suggested we have a "stabilization day." Please avoid large, destabilizing changes for about twenty-four hours. We would like for the testing bots to begin working again. Thanks, stuart
2017 Aug 24
2
Major stability problems with xen 4.6.6
...s cause the oops. Cheers, Nathan From: CentOS-virt [mailto:centos-virt-bounces at centos.org] On Behalf Of Nathan March Sent: Wednesday, August 23, 2017 3:32 PM To: 'Discussion about the virtualization on CentOS' <centos-virt at centos.org> Subject: Re: [CentOS-virt] Major stability problems with xen 4.6.6 This appears to be a centos kernel issue rather than a xen one. https://lkml.org/lkml/2016/5/17/440 Digging through the posts and not clear why this never made it upstream. I'm going to apply that patch to my systems and see if it resolves, but won't...
2009 Jul 15
0
[LLVMdev] please stabilize the trunk
On Jul 15, 2009, at 11:52 AMPDT, Stuart Hastings wrote: > We've had a lot of churn in all the trunks (llvm, llvm-gcc, clang) > recently, and the testing buildbots have been failing repeatedly. > > I spoke with Chris this AM, and he suggested we have a "stabilization > day." Please avoid large, destabilizing changes for about twenty-four > hours. We would like for
2020 Jul 22
6
Explicitly spelling out the lack of stability for the C++ API in the Developer Policy?
...C++ API is not guaranteed to be stable in any shape or form from what I understand. I think it would be useful to have a "C++ API Changes" section to Developer Policy spelling this out. Copying the style of the C API Changes section, it could look something like: --- C++ API Changes * Stability Guarantees: The C++ API is does not guarantee any stability. Changes may be made without any notice about deprecation and alternate APIs for the same functionality may not be included. Downstream projects using the C++ API are expected to keep up with changes. * Release stability: The C++ API does...
2008 Oct 01
2
Sidebar re ABI stability (was Segmentation fault / core dump)
Joerg.Schilling at fokus.fraunhofer.de wrote > Linux does not implement stable kernel interfaces. It may be that there is > an intention to do so but I''ve seen problems on Linux resulting from > self-incompatibility on a regular base. To be precise, Linus tries hard to prevent ABI changes in the system call interfaces exported from the kernel, but the glibc team had defeated
2015 Nov 20
3
An Update on the C API
...at the latest developer meeting and nicely hosted by Justin and Juergen. >> >> We were able to reach consensus on a number of questions/concerns about >> the C API so I’m going to go ahead and list them for posterity and for any >> further discussion here: >> >> Stability Guarantees: >> >> The C API is, in general, a “best effort” for stability. This means that >> we’ll make every attempt to keep the C API stable, but that stability will >> be limited by the abstractness of the interface and the stability of the >> C++ API that it wraps...
2017 Aug 23
2
Major stability problems with xen 4.6.6
Hi, I'm seeing numerous crashes on the xen 4.6.6-1 / 4.6.6-2 releases, on both the 4.9.34-29 and 4.9.39-29 kernels. I've attached a txt with two different servers outputs. Xen-028: This crashed this morning while running 4.6.6-1 and 4.9.39-29 Xen-001: This crashed shortly after being upgraded to 4.6.6-2 and 4.9.34-29 Both are on different hardware platforms, and have had a