search for: ration

Displaying 20 results from an estimated 755 matches for "ration".

Did you mean: ratio
2004 Jun 16
1
nonlinear modeling with rational functions?
Rational functions (ratios of polynomials) often provide good approximations to many functions. Does anyone know of any literature on nonlinear modeling with rational functions, sequential estimation, diagnostics, etc.? I know I can do it with "nls" and other nonlinear regression functions...
2002 May 16
2
WinBind does not work well with Rational ClearCase ( bug fix attached :)
Gerald, No worries. This patch is required if your using Rational ClearCase and you don't want everyone to have access to it. It's to fix a brokenness (IMO) within ClearCase, and maybe other programs. Our windows primary group has 10k+ users... I will shoot it off to Rational, so they can provide it to there customers. I was hoping it could be applie...
2011 Jun 14
1
functions for polynomial and rational interplation?
Are there implementations of, e.g. Neville's algorithm, for interpolating polynomials through some data points? Nevilles' is an improvement on Lagrange interpolation. And how about interpolating rational functions? I could not find anything at rseek.org or at crantastic.org. thanks -- View this message in context: http://r.789695.n4.nabble.com/functions-for-polynomial-and-rational-interplation-tp3595334p3595334.html Sent from the R help mailing list archive at Nabble.com.
2009 Aug 06
0
About numerical accuracy: should there be a rational number class for fractions?
...y, who was one of the leading mathematical political scientists in the US (before his untimely death). It has been continued by his students, primarily Ted Turocy. In Gambit, great care is taken to avoid any floating point calculations involving fractions until the latest possible step. There is a rational number class and fractions are added and subtracted in a more exact way. I think it "lowest common denominator" or similar concept. (I remember that detail mainly because the switch from 32 bit to 64 bit integers caused memory allocation troubles). (Come to think of it, I believe the...
1999 Apr 08
0
samba v2.0.3/Solaris 2.5.1/HP-UX 11.0/Rational ClearCase v3.2.1
Hi - I'm getting timouts trying to access us1.samba.org or I'd look through the archives first. Anyone currently supporting any versions of Rational's ClearCase/samba/UNIX/NT? We are currently running samba v2.0.3 on both HP-UX 11.0 (vob server) and Solaris 2.5.1 (view server). Rational ClearCase v3.2.1 on the two UNIX and NT Workstation 4 (some SP3, some SP4) We currently support UNIX/NT interopration via both Hummingbird's and Ne...
2002 Sep 11
1
rational approximations to the normal cdf
In the R source, nmath/pnorm.c contains the code for a rational function approximation for the normal cdf. These constants are listed: const double a[5] = { 2.2352520354606839287, 161.02823106855587881, 1067.6894854603709582, 18154.981253343561249, 0.065682337918207449113 }; The source file cites a paper by...
2006 Aug 08
2
Problem with plurals, migrations?
Hi, Ruby 1.8.4 Rails 1.1.4 Windows XP Pro I''m hitting an issue with migrations that I suspect relates to pluralization. Here''s the migration: class Hardware < ActiveRecord::Migration def self.up create_table :hardware do |h| h.column :vendor, :string, :limit => 32 h.column :model, :string, :limit => 32 end Hardw...
2010 Dec 23
36
Weird issue with converting floats to integer
Any idea why this calculates the integer the way it does? irb> ("291.15".to_f * 100.0).to_i => 29114 Thanks, Tom -- 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 from this group, send email to
2000 Apr 25
1
Use of SAMBA with Rational Clearcase
Is there anyone out there successfully using Rational Clearcase with SAMBA? Was there any special changes you had to make to get it to work? We were told by Rational specifically not to use SAMBA and wanted to get the other side. TIA Paul Gilles Navigation Technologies -------------- next part -------------- A non-text attachment was scrubbed... N...
2002 May 15
1
WinBind does not work well with Rational ClearCase (bug fix atta ched :)
Hello Samba, We tried to use samba-2.2.4-1 with Rational ClearCase and had a problem using WinBind. ClearCase requires the primary group id to be set to the clearcase users group. WinBind sets the primary group to something like DOMAIN_GROUP_RID_USERS. I am including the patch we made to samba-2.2.4 to get things working. I have added two new smb.c...
2002 May 18
2
WinBind does not work well with Rational ClearCase (bugfix atta ched :)
Andrew, Thank you for your suggestions. The real problem is Rational Technical support. When you pay someone 100k+ they tend to look for any excuse to deem you "unsupported". If you don't have your default group set to the clearcase user group, then technical support will decide that thats where your problem is! I am sure you know how that goe...
2013 Nov 05
1
4.1.0 auditing : can't get only wanted vfs operations to log
HI all, So I'd like to log the user's operations on some shares. As I need to know who made what when. I'd read a previous answer from Andrew about auditing, so I can see loggued operations. Modified smb.conf : > [global] > vfs objects = dfs_samba4, acl_xattr, full_audit > full_audit:success =none > full_audit:failure = none s...
2006 Oct 31
0
PSARC/2006/289 Rationalized IFF_NOFAILOVER for IPMP Singleton
Author: meem Repository: /hg/zfs-crypto/gate Revision: 40aa11f97fc0148333e53145eebb12da7e84dec5 Log message: PSARC/2006/289 Rationalized IFF_NOFAILOVER for IPMP Singleton 6397456 IPMP needs to support *just* link-based failure detection with singleton Files: update: usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_main.c update: usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_tables.c update: usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mp...
2023 Jan 07
2
gmp::bigq vs. MASS::fractions
Hi, has someone experience which routine should be used for creating fractional numbers? The two conversion routines deliver different results > x <- (0:7)/7 > MASS::fractions(x) [1] 0 1/7 2/7 3/7 4/7 5/7 6/7 1 > gmp::as.bigq(x) Big Rational ('bigq') object of length 8: [1] 0 2573485501354569/18014398509481984 2573485501354569/9007199254740992 [4] 7720456504063707/18014398509481984 2573485501354569/4503599627370496 6433713753386423/9007199254740992 [7] 7720456504063707/9007199254740992 1 Following the example I would...
2005 Sep 22
1
Fw: Results of Automated Batch Tests
The results are at www.rational.co.za/speex.csv Each of the 11 quality settings is tested 3 times (narrow, wide and ultra wide band). Strangely narrow band quality 11 outperforms all wide band tests, but it can be due to my subsampling or some other inaudible effect like delaying. You can import it into Excel and sort it...
2004 May 22
1
samba for Rational Clearcase.
Hello, I am Shashidhar SR Working for Siemens Communication Software in Bangalore, INDIA as a Configuration Manager for Clearcase. I need some help regarding the samba configuration at our site. First Let me Explain our Environment: - We are Using samba 2.2.8a on Solaris 9. - We are using samba as an interop from Solaris 9 box to winnt/w2k/win-xp clients. - On Solaris we have installed IBM Rational Cl...
1999 Nov 16
4
Samba, Clearcase, and multiple credentials
This falls under the 'getting clearcase to work with samba' category. Does anybody know if the clearcase albd server actually uses samba to access files (or anything else) on the unix side? I am having 'discussions' with rational (the clearcase people). The nt user running clearcase to access some unix-side views connects to the unix side using a set of credentials that have access to the user's unix-side files. In addition to the clearcase user, there is also the clearcase 'albd' service that spawns off a n...
2005 Sep 22
0
Results of Automated Batch Tests
...enhancement. The tester is for finding gross mistakes like overflows. The test program includes code to subsample the 32Khz source down to 8 and 18 Khz. I've broadend the tests to try all the possibilities like VBR, perceptual enhancement, complexity and quality. The results are at www.rational.co.za:81/speex.csv > ----- Original Message ----- > From: "Jean-Marc Valin" <Jean-Marc.Valin@USherbrooke.ca> > To: "Nic Roets" <speex@rational.co.za> > Cc: <> > Sent: Thursday, September 22, 2005 2:12 PM > Subject: Re: Fw: [Speex-dev] Resu...
2006 Jul 26
2
European number format - the rational ruby way
Hi There, Users in some european countries like to write 1.234,56 instead of 1,234.56 What would be the easiest way of accepting this number format? For output, I''m using a formatting helper, but I haven''t figured out how to do it for input. thanks, js
2006 Jun 23
0
Rational Clearcase plugin for RadRails
Hi, Where can i find a stable version of clearcase plugin for radrails? Regards, Jatinder -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060623/0ca95234/attachment.html