|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| std::vector< double > MayaFlux::Kinesis::Discrete::variance | ( | std::span< const double > | data, |
| size_t | n_windows, | ||
| uint32_t | hop_size, | ||
| uint32_t | window_size, | ||
| bool | sample_variance = true |
||
| ) |
Variance per window.
| sample_variance | If true, divides by (N-1); otherwise by N |
Definition at line 219 of file Analysis.cpp.
References variance().
Referenced by std_dev(), and variance().
Here is the call graph for this function:
Here is the caller graph for this function: