|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< double > MayaFlux::Yantra::compute_kurtosis_statistic | ( | std::span< const double > | data, |
| const size_t | num_windows, | ||
| const uint32_t | hop_size, | ||
| const uint32_t | window_size | ||
| ) |
Compute kurtosis statistic using zero-copy processing.
This function computes the kurtosis (fourth moment) for a given data span. It measures the tail heaviness of the distribution in each window.
| data | Input data span |
| num_windows | Number of windows to process |
| hop_size | Hop size for windowing |
| window_size | Size of each window |
Definition at line 458 of file AnalysisHelper.cpp.
References compute_kurtosis_statistic(), and MayaFlux::mean().
Referenced by compute_kurtosis_statistic(), MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::compute_statistical_values(), and MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::create_analysis_result().
Here is the call graph for this function:
Here is the caller graph for this function: