search for: restraining

Displaying 20 results from an estimated 66 matches for "restraining".

Did you mean: refraining
2009 Mar 19
0
Restrained least squares fitting
Hi All, I've found a few references in the mailing list and documentation to constrained least squares fitting, but little on restrained least squares. To clarify what I mean, a constraint might limit a parameter to a particular value (e.g. x=5.0, or exactly within the bounds 4.9 - 5.1), whereas a restraint adds some further information to the problem about the certainty of the starting point
2016 Jun 03
2
Custom assembler subset
On Fri, Jun 3, 2016 at 11:53 AM, Ahmed Bougacha <ahmed.bougacha at gmail.com> wrote: > -llvmdev at cs.uiuc.edu, that list isn't in use anymore. > > On Wed, Jun 1, 2016 at 4:48 PM, Kenneth Adam Miller via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > Hello all, > > > > I would like to restrain the compiler that I build on my local box from >
2016 Jun 01
2
Custom assembler subset
Hello all, I would like to restrain the compiler that I build on my local box from picking all but a particular set of opcodes. Is there a way to accomplish this in a straightforward way? I'm pretty sure that there is a list of opcodes to semantics mappings. In addition, is there a way to look at an associative mapping of LLVM IR to opcode, and/or vice versa? -------------- next part
2006 Apr 13
3
Will VoIP ITSP's be Next?
Will VoIP be Next? Telco's that provide Internet services to their customers are now trying to charge select companies for large volumes of content that pass over their network to their paying customers! What part of this "greed fest' makes any sense to you? Telco's sell DSL telling customers how much faster it is, how much they can do with Highspeed Internet connections and now
2008 Aug 14
2
Department of Redundancy Department.
I just noticed a certain ``usage'' in a recent posting, and couldn't restrain my self from commenting. The usage was of the form ``if(X==TRUE)'' where X was a logical variable. This sort of thing is brought to you by your Department of Redundancy Department. The ``==TRUE'' bit is irrelevant, incompetent, and immaterial, as Perry Mason used to say. The value of
2011 Dec 20
3
Get configuration flags
...(and/or compiler toolkit) were used to build a wine binary that I may have? I'm asking this question because, somehow, my own compiled version of Wine can't run an application, even though binaries that I grabbed from packages for other distros do work: flawlessly, in fact. I can live with restraining those "custom binaries" in their own dusty little folders, but I'd like to know why something that other people build works and something I don't doesn't. The only thing that configure tells me is that it can't find OpenCL, libsane, OSSv4 and libcapi20, which shouldn't...
2002 Sep 18
1
Where to get working esfq hash src ip?
Hi, It is exactly what I need except one thing. I don''t know exactly if my router is the right place to apply QoS policy. It has two network interfaces and both are 10Mbit/s. The slow part of the network is little bit more far. On their QoS we have 2Mbit and I want all our users to divide this bandwidth equally but also don''t want to unnecessarily restrain their bandwith and to
2011 Jun 09
1
histogram - density on y axis and restriction to interval [0, 1]
Hello, To indicate probability densities instead of counts on a histogram, I specify freq = FALSE. However, I expect that summing all top y coordinates over all the intervals of the histogram will provide 1. 1) v <- c(0.2885, 0.2988, 0.3139, 0.2615, 0.3179, 0.3163, 0.2583, 0.3052, 0.2527, 0.3147, 0.3235, 0.2408, 0.2480, 0.3108, 0.3577, 0.2829, 0.2694, 0.3275, 0.3314, 0.2639, 0.3076,
2012 Jun 15
1
Customizing a Plot in Correspondence Analysis
Hello, Using the Correspondence Analysis package (ca), I wonder if there is a way to further customize the plot beyond the options given in plot.ca provided by the mentioned package. The correspondence analysis I am doing consists of two datasets sharing only the rows, so the plot draw the total of columns (from both datasets) in the graph and the rows as expected. However, as in my case the
2023 May 22
2
On Debian 12: nsupdate (as called from samba_dnsupdate) crashes named/bind9_dlz
On Mon, 2023-05-22 at 11:15 +0200, Robert Grimm via samba wrote: > Steven Monai via samba <samba at lists.samba.org> wrote: > > On 2023-05-20 1:43 a.m., Rowland Penny via samba wrote: > > > On 20/05/2023 04:44, Steven Monai via samba wrote: > > > > > I found an open bug in bugzilla that reports a very similar assertion > > > > failure: "Bug
2016 Jun 22
2
[GSoC 2016] Enabling Polyhedral Optimizations in Julia - Midterm Report
Dear Community, in an earlier post, students working on LLVM were asked to provide a short report on their GSoC project. in the following I want to give an overview on the current status of my GSoC project and outline my next planned activities. Since my mentoring organization is Julia, I also send this to the according mailing list. *1. Activities so far:* As described in my proposal [1], I
2019 Oct 07
4
[External] Re: should base R have a piping operator ?
...print(.) #> Error in print(.) : object '.' not found ``` The advantage is that side effects (such as assigning variables or calling `return()`) will occur in the expected environment. I don't see it causing problems except in artificial cases. Am I missing something? I agree that restraining the pipe to a single placeholder (to avoid double evaluation) would be a good design too. I can't access https://gitlab.com/luke-tierney/pipes, it appears to be 404. Best, Lionel
2016 May 28
2
ambisonics formats and channel mappings
Hi Opus list. I subscribed because your discussion on the IETF draft ("Ambisonics in an Ogg Opus Container") was mentioned on the sursound list. I tried Opus for ambisonics more than a year ago. It does works with uncoupled channels (I had to patch the encoder). I don't know what else could be done to optimize support for ambisonics, as I'm not a codec expert. So I think that
2002 Dec 01
1
Alpha Two? (Impatient fan seeks news)
According to THIS: http://www.xiph.org/ogg/vorbis/update.html "Alpha Two is due out on December 1st" And according to THIS: http://lwn.net/Articles/11775/ "we've already got some fantastic plans for Theora Alpha Two." Believe it or not, I'm actually restraining myself from jumping up and down yelling "where is it!?! where is it?!?"...but I DID want to ask - what are the plans, in terms of features and code changes, for Alpha Two, and how (in a more general sense) is development going on it? IS development going on it? (CVS hasn't been upd...
2009 Feb 06
4
Full Ajax Application
Hello, I''m a newbie here... please... can anyone help me about FULL AJAX ? for example if i''m scaffolding a simple model and controller for product which only have 1 field for NAME:STRING with the command : script/generate scaffold Product name:string and for the generated code I like to turn it into a full ajax app, for example if i''m click the NEW or EDIT link it
2017 Oct 19
2
Adding a third-party dependency in clang-tools-extra
On Oct 19, 2017 6:50 PM, "Chandler Carruth" <chandlerc at google.com> wrote: On Thu, Oct 19, 2017 at 3:48 AM Sam McCall <sammccall at google.com> wrote: > clangd communicates with an editor via JSON-RPC. It parses JSON with > YAMLParser, which is awkward, and generates JSON with printf and friends, > which is miserable. Much of LLVM does things this way, but clangd
2006 Jul 15
13
Active Record: Can it auto-create database tables for you?
Hi, Just get started with Rails and I''m trying to read ahead and find out whether Active Record supports auto-creation of database tables for you? Is this supported, or is the concept that you write your own database DDL to do this? Thanks -- Posted via http://www.ruby-forum.com/.
2012 Feb 01
3
Probit regression with limited parameter space
Dear R helpers, I need to estimate a probit model with box constraints placed on several of the model parameters. I have the following two questions: 1) How are the standard errors calclulated in glm (family=binomial(link="probit")? I ran a typical probit model using the glm probit link and the nlminb function with my own coding of the loglikehood, separately. As nlminb does not
2013 Dec 06
2
[LLVMdev] [RFC] CGContext skeleton implementation
On Thu, Dec 5, 2013 at 5:04 PM, Andrew Trick <atrick at apple.com> wrote: > Right. On the flip side, some passes should be able to make hard queries > against target/subtarget that fail if the driver doesn’t initialize them. I > don’t want any way to accidentally run the vectorizer or LSR without > initializing my subtarget info. Also, I want to prevent early passes from >
2010 Sep 14
6
Spontaneous reboots on asterisk 1.6.2.11
Hello list, has anyone else also noticed spontaneous reboots ?! I noticed this today and also yesterday. Can't really see if there is a fixed time between the reboots. Normally al of my SIP peers are registered. When I put up the CLI today I saw that a lot of SIP accounts where UNREACHABLE and needed to register again (what they slowly did). These are realtime SIP peers that reside on