|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
#include "MayaFlux/Transitive/Memory/RingBuffer.hpp"
Include dependency graph for Estimate.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | MayaFlux::Kinesis::Stochastic::Estimate |
| Stateful statistical characterization of an evolving scalar stream. More... | |
| struct | MayaFlux::Kinesis::Stochastic::EstimateState |
| Persistent state for an Estimate instance. More... | |
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
| namespace | MayaFlux::Kinesis |
| namespace | MayaFlux::Kinesis::Stochastic |
Enumerations | |
| enum class | MayaFlux::Kinesis::Stochastic::EstimateModel : uint8_t { MayaFlux::Kinesis::Stochastic::ROLLING_VARIANCE , MayaFlux::Kinesis::Stochastic::EWM_VARIANCE , MayaFlux::Kinesis::Stochastic::MEDIAN_ABSOLUTE_DEVIATION , MayaFlux::Kinesis::Stochastic::QUIET_PERIOD_FLOOR , MayaFlux::Kinesis::Stochastic::TREND } |
| Strategies for characterizing an evolving stream's statistical behavior. More... | |