Internal C++ implementation. Do not call directly.
actpnts_cpp(
margdist,
margarg,
p0,
lower,
upper,
mu1,
mu2,
rhoz_vals,
max_eval = 10000L,
abs_tol = 1e-05,
rel_tol = 1e-05
)data.frame with columns rhoz and rhox
character distribution name
named numeric vector of distribution parameters
probability zero
integration lower bound
integration upper bound
first raw moment
second central moment
numeric vector of Gaussian correlation values
max evaluations per 1D integral (default 1e4)
absolute tolerance (default 1e-5)
relative tolerance (default 1e-5)