Skip to main content

skewness_ci_py

Function skewness_ci_py 

Source
pub fn skewness_ci_py(
    py: Python<'_>,
    data: &Bound<'_, PyArray1<f64>>,
    bias: bool,
    confidence: f64,
    n_bootstrap: usize,
    seed: Option<u64>,
) -> PyResult<Py<PyAny>>
Expand description

Compute skewness with bootstrap confidence interval