Skip to main content

kurtosis_ci_py

Function kurtosis_ci_py 

Source
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