search for: curtail

Displaying 20 results from an estimated 47 matches for "curtail".

2011 Dec 06
2
To Try or to TryCatch, I have tried to long
...ith Try and TryCatch I am throwing in the towel. I have a more complicated function that used logspline through iterative distributions and at some point the logspline doesnt function correctly for some subsets but is fine with others so I need to be able to identify when the error occurs and stop curtailing the distribution and I think this Try or TryCatch should do the trick but I think I am missing something here. A simple example result_<-list() for(i in 1:10){ if(inherits(try(sqrt(9-i),silent=TRUE),"try-error")){ #If sqrt fails result_[[i]]<-0 } else { #If sqrt succee...
2005 Mar 04
1
Openphone implementation of Speex Codec's descriptions help
...ling rates? My guess is Narrow since that is what the tag suggests in openphone's gui application, but still uncertain since the codec's are presented in pairs. In the design and implementation of Speex Codec's does the code contain any form of Pre and Post processing that may handle / curtail the loss of voice packets on the start of audio stream (turn-up) and the end of audio stream (tear-down) - our application may require constant stream interruption in each direction. I presume this type of processing may possible and or typically be accomplished outside of the Codec - appreciate yo...
2007 Apr 27
0
Hmisc Version 3.3-2 is now in CRAN repository
...ame order) for multiple variables. Changed print and html methods accordingly, and made new default for html output, levelType='list'. new argument levelType in html.contents.data.frame enhanced html.data.frame to set column headings in h2 added curtail option (default: FALSE) for type='regression' to set imputed values to the boundaries of real data if outside added datadensity argument to plot.aregImpute fixed bug with curtail, added datadensity argument to plot.aregImpute fixed typo related to bass...
2007 Apr 27
0
Hmisc Version 3.3-2 is now in CRAN repository
...ame order) for multiple variables. Changed print and html methods accordingly, and made new default for html output, levelType='list'. new argument levelType in html.contents.data.frame enhanced html.data.frame to set column headings in h2 added curtail option (default: FALSE) for type='regression' to set imputed values to the boundaries of real data if outside added datadensity argument to plot.aregImpute fixed bug with curtail, added datadensity argument to plot.aregImpute fixed typo related to bass...
2019 Jun 27
5
A libc in LLVM
...ll solution." I have also mentioned in some of my earlier emails that we do not intend to design out any particular feature or platform. For example, I have said that we do not intend to work on dynamic linking/loading at least to begin with. This does not mean that the scope of the project is curtailed to static linking. The members of the community are free to add support for dynamic linking/loading. In fact, if dynamic linking/loading support is added in a modular/"as a library" fashion, it makes it a win-win situation as we will be able to take it out if we do not require it....
2008 Jan 28
1
ATI 8.452 driver, Compiz: Frozen Alt+F2 Run Command Dialog
...osing the dialog and re-invoking it will correct the problem. Again, I don't have any clue where to start on this one. What says the brain trust? P.S. NOT Cross-posted but posted to both compiz and openSuSE lists because it is pertinent to both and not everyone subscribes to both. So kindly curtail the cross-post comments. Thanks. -- David C. Rankin, J.D., P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com
2010 May 12
2
[LLVMdev] New libc++ LLVM Subproject
...vation. libstdc++ > has a ton of useful functionality (debug mode, profile mode, etc.). Does > libc++ plan to reproduce that? debug mode yes. It isn't there yet. And I would like to limit it to being ABI compatible with release mode. This will entail significant debug functionality curtailment, but also eliminate numerous errors I've seen when debug mode and release mode get accidentally mixed. > What's driving libc++? The possibility of being a superior solution. ---------------- // Container overhead example #include <iostream> #include <deque> #include...
2006 Feb 18
1
OT Futility Analysis
...ot otherwise been employed, conditional power has been used for the futility rule. So naturally, that was my first thought (although I may well be wrong) in this case. I have done RSiteSearch() with the following terms (three different searches): futility analysis conditional power stochastic curtailment Nothing that looked relevant to my problem jumped out at me. I have read, somewhat recently, that there are problems with conditional power, although I don't remember the details at the moment. This has prompted me to consider other approaches to the problem. One simple thing that has o...
2012 Nov 22
0
[LLVMdev] Disable loop unroll pass
...underlying architecture; therefore the higher level opts don't know how to utilize this interface for cost modeling. Maybe we can add a pretty vague interface, say hw-please-advice-unrolling-factor(the loop, current-unrolling-factor), to encapsulate whatever reasons the arch might have to curtail aggressive unrolling? I'm LLVM newbie, so don't take my words seriously. Have a happy holiday! Shuxin On 11/21/2012 02:19 PM, Ivan Llopard wrote: > Hi Hal, > > On 21/11/2012 22:38, Hal Finkel wrote: >> ----- Original Message ----- >>> From: "Ivan Llopa...
2019 Jan 31
1
nlminb with constraints failing on some platforms
Prof Nash, Prof Galanos Is it possible to use a generic code stub in front of packages that use optimx to improve optimx use or curtail it according to the requirements? Best Regards Amit +91 7899381263 ________________________________________________________________________ Please request Skype as available 5th Year FPM (Ph.D.) in Finance and Accounting Area Indian Institute of Management, Lucknow, (U.P.) 226013...
2012 Nov 21
2
[LLVMdev] Disable loop unroll pass
Hi Hal, On 21/11/2012 22:38, Hal Finkel wrote: > ----- Original Message ----- >> From: "Ivan Llopard" <ivanllopard at gmail.com> >> To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> >> Sent: Wednesday, November 21, 2012 10:31:07 AM >> Subject: [LLVMdev] Disable loop unroll pass >> >> Hi, >> >> We've a
2012 Sep 12
6
How to append the random no.s for different variables in the same data.frame
Dear R helpers, (At the outset I sincerely apologize if I have not put forward my following query properly, though I have tried to do so.) Following is a curtailed part of my R - code where I am trying to generate say 100 random no.s for each of the products under consideration. library(plyr) n = 100 my_code = function(product, output_avg, output_stdev)     { BUR_mc = rnorm(n, output_avg, output_stdev) sim_BUR = data.frame(product, BUR_mc) write.csv(...
2016 Feb 25
2
Possible soundness issue with available_externally (split from "RFC: Add guard intrinsics")
...e incredibly hard here because I think it will be tantamount to removing the concept of undef entirely and the entire optimizer's reliance on it. And most of the obvious ideas to replace it I think will have the same challenges as undef. We're also, meanwhile, going to have to dramatically curtail our investigation of more exciting IPO opportunities because all of them bust be carefully examined to not trigger these issues more directly. > All of this makes me think we're just seeing the tip of the iceberg > > of ways in which local optimizations can combine with attributes to...
2010 May 12
0
[LLVMdev] [cfe-dev] New libc++ LLVM Subproject
...s a ton of useful functionality (debug mode, profile mode, > > etc.). Does libc++ plan to reproduce that? > > debug mode yes. It isn't there yet. And I would like to limit it to being > ABI compatible with release mode. This will entail significant debug > functionality curtailment, but also eliminate numerous errors I've seen > when debug mode and release mode get accidentally mixed. Ouch. I hope libc++ doesn't give up any debug functionality. It's indispensable. I think the ABI compatibility is worth it, but then I've never run into significant...
2017 Aug 31
0
General IMAP question
...s? Am I misunderstanding something? As > popular as it seems to be, these seem like big hurdles to overcome. > Appreciate some help for a IMAP noob. What problem are you trying to solve? Is there a particularly compelling reason for you to move to IMAP (if not, stay with POP3)? You want to curtail space usage by users? You want to force users to retain client side copies of the messages? (Mind you, you'll still could have the same problem with POP -- there's nothing you can do to enforce the client to download/delete messages. Whether you use IMAP or POP3, you'll probably need...
1999 Apr 07
0
nonparametric mixed model ?
Dear friends. I hope you will bear over with a lengthy question. I have a problem of 76 patients on hemodialysis measured repeatedly once a month for nine months for methylmalonic acid and vitamin B12. The vitamin had been administered previously to these patients but was curtailed in the first part and then started again. There was a very clear response in that as vitamin B12 went down methylmalonic acid went up. This is as expected for people with diagnosed vitamin B12 deficiency but these patients had rather high vitamin B12 concentrations and most people wouldn't be...
2005 Sep 12
0
Hard drive DMA messages upon shutdown
...vent on another hard dribe before the OS eventually reboots or shuts down my system. I have checked the mount and nothing but the two partitions with which I have set up to run CentOS are mounted. Why then is CentOS trying to access other hard drives upon shutdown ? Is there some way that I can curtail the OS from doing so ?
2011 Mar 15
0
Two issues: WEKA code in R // Probability Estimation Tree algorithms
...ementations to produce probabilities via Probability Estimation Trees. First results can be obtained using RWeka and other packages in addition but moreover I am looking for advanced algorithms implemented in R / RWeka. These include especially m-Estimate and m-Branch for smoothing probabilities, curtailment of trees, Kernel Density, weights in tree leafs as well as implementations of specific developed algorithms like Random Decision Tree, Confusion Tree Factor or Newton Trees for R/RWeka. Although I am aware that chance for positive replies regarding this matter is very low I decided to give thi...
2011 Nov 15
1
Borland C++ Builder TForm->Show() problem
...nto 10.10 it works properly, and already in Ubuntu 11.10 method TForm-> Show () works not properly. Elements of a window receive focus of input from the keyboard, and the window remains not active! The heading of a window and is not painted in color of an active window and if the window has been curtailed (minimize) TForm-> WindowState = wsNormal and TForm-> Show () the window at all cannot show - it remains invisible and inaccessible. I send an example. I have costs Wine 1.3.32, Ubuntu 11.10. If Form-> Visible == false Form-> Show () work properly, If Form-> Visible == true, but Fo...
2007 Jan 17
11
[PATCH] Add RCU support into Xen - Repost
...RCU processing work from softirq context. + */ +static void __rcu_process_callbacks(struct rcu_ctrlblk *rcp, + struct rcu_data *rdp) +{ + if (rdp->curlist && !rcu_batch_before(rcp->completed, rdp->batch)) { + *rdp->donetail = rdp->curlist; + rdp->donetail = rdp->curtail; + rdp->curlist = NULL; + rdp->curtail = &rdp->curlist; + } + + local_irq_disable(); + if (rdp->nxtlist && !rdp->curlist) { + rdp->curlist = rdp->nxtlist; + rdp->curtail = rdp->nxttail; + rdp->nxtlist = NULL; + rdp->nxttail = &rdp->nxtlist;...