Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Rcpp
Projects
Rcpp
RInside
RcppArmadillo
RcppGSL
RcppExamples
RcppSMC
Gallery
More
Dirk's Rcpp page
Rcpp at CRAN
Rcpp at GitHub
Rcpp at R-Forge
Rcpp-Devel list at Gmane
StackOverflow on Rcpp
openmp
Custom progress bars for RcppProgress
— Clemens Schmid and Karl Forner
Demonstrates how to implement custom progress bars for long computations in C++.
Optimizing Code vs Recognizing Patterns with 3D Arrays
— James Joseph Balamuta
Illustrates the effects of optimizing code in R versus C++ across both serial and parallel conditions with 3D arrays.
Hierarchical Risk Parity Implementation in Rcpp and OpenMP
— Rafael Nicolas Fermin Cota, Yi King, and Chris Chung
Rcpp and OpenMP implementation of Hierarchy Risk Parity portfolio allocation method
Gerber Statistic Implementation in Rcpp and OpenMP
— Rafael Nicolas Fermin Cota, Yi King, and Chris Chung
Rcpp and OpenMP implementation of Gerber Statistic
Implementing an EM Algorithm for Probit Regressions
— Jonathan Olmsted
We illustrate the development process of creating code to estimate the parameters of a Probit regression model using the EM algorithm sequentially and in parallel.
Faster Multivariate Normal densities with RcppArmadillo and OpenMP
— Nino Hardt, Dicko Ahmadou, Benjamin Christoffersen
Fast implementation of Multivariate Normal density using RcppArmadillo and OpenMP.
Using RcppProgress to control the long computations in C++
— Karl Forner
Demonstrates how to display a progress bar and interrupt C++ code.