search for: chidambaram

Displaying 6 results from an estimated 6 matches for "chidambaram".

2005 Aug 05
2
Phone interface hardware
--- Raja Chidambaram <raja_chidambaram82@yahoo.com> wrote: > Date: Wed, 3 Aug 2005 06:27:05 -0700 (PDT) > From: Raja Chidambaram > <raja_chidambaram82@yahoo.com> > Subject: Phone interface hardware > To: Asterisk-Users@lists.digium.com > > Hello All, > > We are in the process...
2010 Jun 19
2
Call by reference or suggest workaround
I have written code to compute multi-indices in R [1] and due to the recursive nature of the computation I need to pass around the *same* matrix object (where each row corresponds to one multi-index). As pass by reference wasn't the default behavior I declared a global matrix (mat) and used the <<- operator to write to the global matrix. So the usage would be to call genMultiIndices(3,2)
2010 Mar 23
1
Operator overloading for custom classes
Hi, I need some help to get some of the object orientation, specifically the methods that overload the basic arithmetic operations, from sample C++ code to R. I don't have experience with such advanced language features inside of R. So I was wondering if some of you could help me out in this regard. I have written a simple demonstration of a forward mode automatic differentiator in C++ and
2010 Mar 03
1
Mentor for GSOC '10: Symbolic Regression in R
Hi all, I am looking to extend the regression and data analysis capabilities of R through Symbolic Regression that can potentially find implicit equation relationships in the input data. You can find my project proposal at: http://rwiki.sciviews.org/doku.php?id=developers:projects:gsoc2010:syrfr I am looking for a mentor to guide me through the summer on the project under the Google Summer Of
2010 Mar 24
0
R-help ordinal regression
...de > 2010 > ? ? ? (Dirk Eddelbuettel) > ? 44. qplot(ggplo2): axis label sizes/colors (milton > ruser) > ? 45. Re: qplot(ggplo2): axis label sizes/colors (Xie > Chao) > ? 46. Displaying equations from .Rd files (AC Del Re) > ? 47. Operator overloading for custom classes > (Chidambaram Annamalai) > ? 48. Re: information module Wilks' lambda criterion > (Charles C. Berry) > ? 49. Creating pdfs using qplot in qqplot2 (Bos, > Roger) > ? 50. Re: Creating pdfs using qplot in qqplot2 > (stephen sefick) > ? 51. Conditional replacement of NA depending on value &g...
2010 Mar 23
1
: Operator overloading for custom classes
Hi, I need some help to get some of the object orientation, specifically the methods that overload the basic arithmetic operations, from sample C++ code to R. I don't have experience with such advanced language features inside of R. So I was wondering if some of you could help me out in this regard. I have written a simple demonstration of a forward mode automatic differentiator in C++ and