pub fn kurtosis_simd_py( data: &Bound<'_, PyArray1<f64>>, fisher: bool, bias: bool, ) -> PyResult<f64>
Compute SIMD-optimized kurtosis (fourth standardized moment)