std_dev::regression::theil_sen

Function permutation_count

source
pub fn permutation_count(elements: usize, pairs: usize) -> Option<usize>
Available on crate feature regression only.
Expand description

An exact count of permutations. Returns None if the arithmetic can’t fit.