search for: complementary

Displaying 20 results from an estimated 293 matches for "complementary".

2007 May 21
3
Selecting complementary colours
Dear r-helpers, I wonder whether, given the "#rrggbb" representation of a colour, there is a simple way to select the complementary colour, also expressed as a "#rrggbb" string. Any suggestions would be appreciated. John -------------------------------- John Fox, Professor Department of Sociology McMaster University Hamilton, Ontario Canada L8S 4M4 905-525-9140x23604 http://socserv.mcmaster.ca/jfox
2004 Jun 16
2
erf function documentation
Hi all. I may be wrong, (and often am), but in trying to determine how to calculate the erf function, the documentation for 'pnorm' states: ## if you want the so-called 'error function' erf <- function(x) 2 * pnorm(x * sqrt(2)) - 1 ## and the so-called 'complementary error function' erfc <- function(x) 2 * pnorm(x * sqrt(2), lower=FALSE) Should, instead, it read: ## if you want the so-called 'error function' erf <- function(x) 2 * pnorm(x / sqrt(2)) - 1 ## and the so-called 'complementary error function' erfc <- function(x) 2 * pno...
2011 Sep 26
0
Farmhouse in Provence
...l-art.html) Partially due to having been inspired by painter Adolphe Monticelli, Van Gogh sought the Provence region of France to further expand his painting skill and experience. Famous Paintings (http://www.micaroo.com/home-and-garden/wall-art/famous-paintings.html) Van Gogh used several pairs of complementary colors in the Farmhouse in Provence, the color contrast bringing an intensity to his work. Van Gogh used three pairs of complementary, or contrasting, colors which when sat together intensified the brilliance and intensity of one another's colors. Children Paintings (http://www.micaroo.com/hom...
2018 May 03
3
Package for Molecular Properties
All Is there a package or library that will, given a nucleotide sequence 1. calculate the extinction coefficient at 260 nm for (Beer-Lambert's law) 2. calculate molecular weight 3. return it's complementary sequence I was able to find several packages that can do similar calculations for an amino acid sequence for proteins but none for nucleic acids. Any pointers, etc. would be great. thank you in advance Indr
2009 Aug 31
1
Problems with groups using samba + ldap
Hi, I'm using Ubuntu 8.04 with samba 3.028a (ubuntu package) +LDAP and I'm getting an odd problem. I have a user and this user had 4 groups (1 principal and 3 complementary) if I run id <user> in the console of samba server the command returns 4 groups (so LDAP is working fine). But when I'm trying to access a samba share (with log level 5), I noticed that samba returns that the user had 12 complementary groups (he had before, but now we changed to just 4,...
2012 Nov 21
2
[LLVMdev] Disable loop unroll pass
...rring to the case when a compile-time trip count loop is completely unrolled or for a loop with a run-time trip count, which would be partially unrolled. For Hexagon, if we partially unroll a loop, we'd also like to use our hardware loop instructions. That is, unrolling and hardware loops are complementary. Thanks, -- Brendon -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum, hosted by The Linux Foundation -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Krzysztof Parzyszek Sent: Wednesday, November 21, 2012 10:2...
2012 Nov 21
0
[LLVMdev] Disable loop unroll pass
...en a compile-time trip count loop is completely > unrolled or for a loop with a run-time trip count, which would be partially > unrolled. For Hexagon, if we partially unroll a loop, we'd also like to use > our hardware loop instructions. That is, unrolling and hardware loops are > complementary. Not sure if they are completely complementaries. What about static trip counts? It is always profitable to use hardware loops for them. My question is: are the estimations to trigger loop unrolling realistic in presence of zero-cost loops? Given that loops get unrolled if the user is not look...
2008 Apr 13
4
R equivalent of erfcinv in matlab
I am converting some matlab code into R that use inverse of the complementary error function, erfcinv and did not find an equivalent in R, is there such a function in some contributed modules? Thanks.
2018 May 03
0
Package for Molecular Properties
...?? Spencer On 2018-05-02 19:17, bbb_aaa at verizon.net wrote: > All > > Is there a package or library that will, given a nucleotide sequence > > 1. calculate the extinction coefficient at 260 nm for (Beer-Lambert's law) > 2. calculate molecular weight > 3. return it's complementary sequence > > I was able to find several packages that can do similar calculations for an amino acid sequence for proteins but none for nucleic acids. > > Any pointers, etc. would be great. > > thank you in advance > Indr > > ______________________________________________...
2007 Dec 13
4
Very simple question on plot
...100 90 80 70 60 50 40 30 20 10 0 Y |-------------------------------- | | o | o o | o o | o o |o o o |-------------------------------- 0 10 20 30 40 50 60 70 80 90 100 A A and B are complementary variables. How is the best way to make this plot? Thanks Ronaldo -- > Prof. Ronaldo Reis J?nior | .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Biologia Computacional | : :' : Campus Universit?rio Prof. Darcy Ribeiro, Vila Mauric?ia | `. `'` CP: 126, CEP: 39401-089, Montes Cl...
2008 Jul 28
0
randomSurvivalForest 3.5.0 now available
...ilable. See the documentation for more details. o The ability to handle factors has been implemented. If the factor is ordered, then splits are similar to real valued variables. If the factor is unordered, a split will move a subset of the levels in the parent node to the left daughter, and the complementary subset to the right daughter. All possible complementary pairs are considered and apply to factors with an unlimited number of levels. However, for deterministic splitting there is an optimization check to ensure that the number of splits is not greater than the number of complementary pairs in a...
2008 Jul 28
0
randomSurvivalForest 3.5.0 now available
...ilable. See the documentation for more details. o The ability to handle factors has been implemented. If the factor is ordered, then splits are similar to real valued variables. If the factor is unordered, a split will move a subset of the levels in the parent node to the left daughter, and the complementary subset to the right daughter. All possible complementary pairs are considered and apply to factors with an unlimited number of levels. However, for deterministic splitting there is an optimization check to ensure that the number of splits is not greater than the number of complementary pairs in a...
2007 Jul 02
2
[LLVMdev] Top Level Stuff
...k] > llvm/ [from ${svn}/llvm/trunk] > llvm-config/ [from ${svn}/llvm-config/trunk] > Makefile [from ${svn}/utils/trunk/Makefile] > > it can be created in the repository, making the checkout process a simple, > transparent 'svn co'. This is entirely complementary to your idea. Yes, but that checks everything out, which is badness. -Chris -- http://nondot.org/sabre/ http://llvm.org/
2012 Apr 24
2
Function from ecdf to ccdf
Dear all, I would like to calculate the complementary cumulative distribution function. As it is known, the ccdf is the 1-ecdf(X)==1-F(x). (From ?ecdf help is shown that ecdf returns a function which is the F(x) I would like to use that function inside my function and after call curve (which accepts function as input). My code looks like that on...
2015 Mar 25
2
On ups.status CHRG/DISCHRG Vs battery.charger.status
...r implementation for usbhid-ups, and thinking a bit more broadly, this new variable tends to collide with the CHRG / DISCHRG status bits from ups.status, and adding 2 more (floating and resting). There, we have 2 options: 1) Keep the legacy CHRG / DISCHRG status bits for ups.status, along with the complementary ones for battery.charger.status. And advocate (document) for the use of / switch to the latter, that is more suitable for publishing such information. All that with an impact on all the NUT driver, and a transition period to address that cleanly. 2) Add the 2 other status bits (FLOATING and RESTING...
2016 Jul 28
2
RFC: SIMD math-function library
...extremely low visibility or relevance. Was a mailing list setup for it? If it's a real project, why wasn't that list on cc? I'd opt to go with what the author wants or worst case compiler-rt in the event people refuse to create another repo. The nature of the functions it implements is complementary to what's there already, better visibility as well as something people may be checking out already. On Thu, Jul 28, 2016 at 10:29 AM, Chandler Carruth via llvm-dev <llvm-dev at lists.llvm.org> wrote: > On Wed, Jul 27, 2016 at 8:46 AM Hal Finkel via llvm-dev > <llvm-dev at lists...
2006 Jun 12
2
Ruby on Rails Copenhagen Meetup
Hi Railers If you are in the Copenhagen area on the 29th of this month (that''s a Thursday) Jesper and I would be glad to see you at Caf? Selina in the central Copenhagen for the first of many Ruby on Rails meetups. We start at 20:30 hours and have of cause arranged for free beer and complementary WiFi. Our goal is to create an inspiring atmosphere where railers (new and old) can network, get new ideas and... of cause have a great time. Caf? Selina is a cosy little caf? in the very central of Copenhagen, just next to night-club The Rock and the square "Gammel Torv". We have bo...
2007 Jul 03
3
[LLVMdev] Top Level Stuff
On Mon, 2 Jul 2007, Reid Spencer wrote: >>> it can be created in the repository, making the checkout process a simple, >>> transparent 'svn co'. This is entirely complementary to your idea. >> >> Yes, but that checks everything out, which is badness. > > Not really. He didn't define "./". If "./" is: > http://llvm.org/svn/llvm-project/everything then I don't see a problem > with it. Ok, if it doesn't cause everythi...
2016 Jul 28
0
RFC: SIMD math-function library
...n future discussion will go there. In the mean time, I am assuming that the relevant parties are on this list. > > I'd opt to go with what the author wants or worst case compiler-rt in > the event people refuse to create another repo. The nature of the > functions it implements is complementary to what's there already, > better visibility as well as something people may be checking out > already. I agree that it is complementary to what is already in compiler-rt. That is why I suggested it as the second option. Thanks again, Hal > > > On Thu, Jul 28, 2016 at 10:29...
2006 Mar 09
11
syncPEOPLE on Rails TextMate Bundle 1.0 & Screencast
.../downloads. == What is syncPEOPLE on Rails? == syncPEOPLE on Rails is a bundle of snippets, macros and commands for TextMate that make Rails development on the Mac even easier. Generate scaffolds, migrations, models and controllers from inside the editor. Use snippets to automatically fill complementary migrations in the self.down method. Edit partials inline, or create a partial from a selection. Move easily between controller, view and functional test. == Watch the Screencast == I (Duane) have put together a 10-min screencast of the bundle in action. View it at http://media.libsyn...