Function bio::stats::combinatorics::scaled_combinations [] [src]

pub fn scaled_combinations(n: u64, k: u64, scale: f64) -> f64

Calculate the number of combinations when choosing k elements from n elements without replacement, multiplied by a scaling factor.