|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< double > MayaFlux::Yantra::compute_cv_statistic | ( | std::span< const double > | data, |
| const size_t | num_windows, | ||
| const uint32_t | hop_size, | ||
| const uint32_t | window_size, | ||
| bool | sample_variance | ||
| ) |
Compute CV (Coefficient of Variation) statistic using zero-copy processing.
Definition at line 789 of file AnalysisHelper.cpp.
References compute_cv_statistic(), compute_mean_statistic(), compute_std_dev_statistic(), MayaFlux::mean(), and MayaFlux::std_dev().
Referenced by compute_cv_statistic(), and MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::compute_statistical_values().
Here is the call graph for this function:
Here is the caller graph for this function: