Skip to main content

skewness_simd_py

Function skewness_simd_py 

Source
pub fn skewness_simd_py(
    data: &Bound<'_, PyArray1<f64>>,
    bias: bool,
) -> PyResult<f64>
Expand description

Compute SIMD-optimized skewness (third standardized moment)