Hello to everyboby Im Gianluca and i m a statistic student.
I have one problem that i think Dirk or some one "good like dirk" could help
to resolve :
iI would like to implement this following function in R code into inline code
with Rccp plugin :
MHWG<-function (logpost, start, n.i
Hello i would like to compute the following code ;
Where R_user_F is a R function (i could write this function directly inin line
but is only for example because i want to call an R function more complex):
so when compile appear this error message: error:
"cannot convert 'Rcpp::sugar::Compar
i have another problem maby cause by my inexperience in the following code in
Rccp inline in the middle of the double cicle (just after ...
for (j=0; j(start);
int n=Rf_length(start_);
int N = as(nsim);
NumericVector tune = as(scale);
NumericMatrix U(N,n);
NumericVector init (n);
NumericVec
sorry for my stupid questions but the question is one : im ignorant but i know
some one could help me.
Why This appen? pay attention please for the following code. In this there
is a loop for (int k=0; k(start);
int n=Rf_length(start_);
int N = as(nsim);
NumericVector tune = as(scale);
Dear list,
I have a problem: i wold like to build up a package that use both
RccpArmadillo and Rcppprogress together
following instruction on RcppProgress manual where the author's suggest how
to include the correct flags and libs and descriprion (linking and depends) for
include
a progr
Dear list good morning,
can someone explain why the compiler return me an error when I add the
following include
#include (without this inclusion the code is compiled in correct
way)
(using // [[Rcpp::depends(Rcpp,RcppArmadillo,RcppProgress)]] for dependencies)
the example code (using attri
Dear list first of all happy new year.
I have a question .. I would like to call rcpp function (so c++ function) into
R function (optim for example) called into rcpp. I had prototype an example
code and post
below. (Using Rcpp::InternalFunction(&foo))
Is it correct the way I had used? There i
Dear list first of all happy new year.
I have a question .. I would like to call rcpp function (so c++
function) into
R function (optim for example)
called into rcpp. I had prototype an example code and post
below. (Using Rcpp::InternalFunction(&foo))
Is it correct the way I had used? There i