std

pub fn std(
    data: &ArrayView1<'_, f64>,
    ddof: i32,
    _workers: Option<usize>,
) -> Result<f64, String>