Skip to main content

dist_vectorize_d

Function dist_vectorize_d 

Source
fn dist_vectorize_d(
    args: &[RValue],
    fname: &str,
    log_flag: bool,
    f: impl Fn(f64) -> f64,
) -> Result<RValue, RError>
Expand description

Like dist_vectorize but applies log post-processing for density functions.