|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< double > MayaFlux::Yantra::compute_entropy_statistic | ( | std::span< const double > | data, |
| const size_t | num_windows, | ||
| const uint32_t | hop_size, | ||
| const uint32_t | window_size, | ||
| size_t | num_bins = 0 |
||
| ) |
Compute entropy statistic using zero-copy processing.
This function computes the Shannon entropy for a given data span. It calculates information content based on value 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 |
| num_bins | Number of histogram bins (0 = auto-detect) |
Definition at line 587 of file AnalysisHelper.cpp.
References compute_entropy_statistic().
Referenced by compute_entropy_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: