fn dist_vectorize_p(
args: &[RValue],
fname: &str,
lower_tail: bool,
log_p: bool,
f: impl Fn(f64) -> f64,
) -> Result<RValue, RError>Expand description
Like dist_vectorize but applies lower.tail/log.p post-processing for CDF functions.