fn dist_vectorize_q(
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 pre-processing for quantile functions.