pub fn kurtosis_ci_py(
py: Python<'_>,
data: &Bound<'_, PyArray1<f64>>,
fisher: bool,
bias: bool,
confidence: f64,
n_bootstrap: usize,
seed: Option<u64>,
) -> PyResult<Py<PyAny>>Expand description
Compute kurtosis with bootstrap confidence interval