Fixed an issue in trmvrnorm_rej_cpp
that could prevent a call to the function conservativeEstimate
from inside another package.
updated references.
The package requires a C++11 compiler.
The time measurements now are taken with the chrono
library from C++11.
Dropped dependency on microbenchmark
package.
The function selectEq
is now called selectActiveDims
The variable Thresh
is now called threshold
The functions ProbaMax
and ProbaMin
now have a user option to choose the function trmvrnorm
to generate truncated multivariate normal samples. The default option is trmvrnorm_rej_cpp
.