pub fn medianfilter_default(x: &[f64], n: usize) -> Vec<f64>
Wrapper to call median_filter() with the most useful configuration ZeroPad and IncludeNaN are active