Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for univariate monitoring #47

Open
afraniomelo opened this issue Sep 12, 2024 · 0 comments
Open

Add support for univariate monitoring #47

afraniomelo opened this issue Sep 12, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@afraniomelo
Copy link
Collaborator

afraniomelo commented Sep 12, 2024

How we are today

BibMon is based on multivariate statistical process monitoring and machine learning, aiming to establish robust monitoring procedures by identifying relevant relationships among several variables.

Proposed new feature

An important branch of process monitoring deals with univariate methods, which focus on analyzing single variables independently. Examples include statistical quality control, where individual quality metrics or operational parameters are monitored to detect deviations from established control limits (MONTGOMERY, 2012), and monitoring trends or seasonality in univariate time series, which involves analyzing patterns over time to predict future behavior and identify anomalies (ALEXANDROV, 2012).

Implementation

A new BibMon module can be implemented to handle univariate time series. This module could support the creation of various types of control charts, such as Shewhart, CUSUM, and EWMA charts, and utilize univariate time series analysis tools like Facebook's Prophet.

@afraniomelo afraniomelo added enhancement Improvements to existing functionality feature request New feature or request and removed enhancement Improvements to existing functionality labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant