|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| std::vector< double > MayaFlux::Kinesis::Discrete::coefficient_of_variation | ( | std::span< const double > | data, |
| size_t | n_windows, | ||
| uint32_t | hop_size, | ||
| uint32_t | window_size, | ||
| bool | sample_variance = true |
||
| ) |
Coefficient of variation (std_dev / mean) per window.
Returns 0 when |mean| < 1e-15.
| sample_variance | If true, uses sample variance (N-1) |
Definition at line 545 of file Analysis.cpp.
References coefficient_of_variation(), MayaFlux::mean(), and MayaFlux::std_dev().
Referenced by coefficient_of_variation().
Here is the call graph for this function:
Here is the caller graph for this function: