Hi,

I am trying to use the function "pmnorm" from R package "mnormt" in a .cpp file.

I was wondering if anyone could help me with the following code so that I can 
use "pmnorm" somewhere in my sample function "epsilonij".


#include <RcppArmadillo.h>
// [[Rcpp::depends(RcppArmadillo)]]
using namespace arma;

// [[Rcpp::export]]

double epsilonij (double nu_i_lj, Rcpp::NumericVector w, ){
  ....
}


Thanks.


Li
_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to