Skip to main content

jackknife

Function jackknife 

Source
pub fn jackknife(data: &[f64]) -> Vec<Vec<f64>>
Expand description

Given a length-n array of data, returns all leave-one-out length n-1 vectors. See https://en.wikipedia.org/wiki/Jackknife_resampling