NewDynamicDist
NewDynamicDist is a family of adaptive probabilistic models designed to estimate probability distributions from non-stationary data streams. It extends traditional kernel density estimation with online, non-stationary components that can adapt to concept drift by adjusting bandwidths, adding or removing components, and discounting older observations.
The method maintains a dynamic mixture of kernel components. Each component has a location, scale, and weight,
Variants include NewDynamicDist-DM, a dynamic mixture version, and NewDynamicDist-NP, a nonparametric variant. The approach supports online
Applications include sensor networks, fraud detection, financial surveillance, climate and environmental monitoring, and adaptive control systems.
Limitations and considerations: performance depends on hyperparameters such as forgetting factor, drift thresholds, and maximum components;