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