Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
多変量正規分布と逆ウィシャート分布からサンプリングしたいと思います。Rにはmvrnorm(MASS)とriwish(MCMCpack)があることを私は知っています。RInsideを介してこれらの関数を使用することは可能ですか?
はい、そうです。いつでも rcpp-devel に投稿してヘルプを求めることができます --- リスト アーカイブは、Rcpp を介して C++ からさまざまな R 関数にアクセスする方法を示しており、RInside では C++ からこれを使用できます。