Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

5 results for “from:Siddhartha Chib”

[Rcpp-devel] how to use functions from other packages
Siddhartha Chib · Apr 23, 2011 · rcpp-devel

This is likely to be too simple a question perhaps. How does one use specific functions from other packages when working with Rcpp? For that matter, is it possible to use R functions such as optim in Rcpp? Thanks in...

[Rcpp-devel] passing function
Siddhartha Chib · Jan 25, 2011 · rcpp-devel

Is it possible to pass a user defined function written in R for use in rccparma. For example, is it possible to have a function SEXP myfunction(SEXP g, SEXP a) where g is a function object and a is...

[Rcpp-devel] passing function
Siddhartha Chib · Jan 26, 2011 · rcpp-devel

Thanks. I did not understand this code # C++ source code to operate on function and vector cpp<- ' int n = as<int>(N); NumericVector numvec(xvec) ; Function f(fun) ; for( int i=0; i<n; i++){ numvec = f( numvec ) ; } return numvec...

[Rcpp-devel] passing function
Siddhartha Chib · Jan 26, 2011 · rcpp-devel

Thanks. I did not understand this code # C++ source code to operate on function and vector cpp<- ' int n = as<int>(N); NumericVector numvec(xvec) ; Function f(fun) ; for( int i=0; i<n; i++){ numvec = f( numvec ) ; } return numvec...

[Rcpp-devel] how to use functions from other packages
Siddhartha Chib · Apr 24, 2011 · rcpp-devel

Thanks Dirk. I was hoping for an example of the use of R functions in Rcpp and did take a look at your Journal of Statistical software paper but was hoping for more than is there on this issue. Maybe...

Can't find what you're looking for? Try searching with Google .