Replies: 1 comment 5 replies
-
Is this what you wanted? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi scikit-fda team,
I would like to extend existing MVA methods from conventional tabular to time series data type, leveraging upon FDA method.
In particular, I'm interested in monitoring chart. Commonly I employ Hotelling T's chart to gather multivariate data to a scalar metric, namely Hotelling T2 that can be computed via PCA; I set a control limit on this 1-dimensional chart for anomaly detection. If an outlier detected, I can even diagnose with "inverse transform" on PCA to pin point the feature that primarily drive this anomaly.
Formally, given a dataset X, each sample X_i = (X_i1, X_i2,... X_ij) with j is the number of features. We can compute T_i = f(X_i, X) which is an "artificial" scalar metric to summarize the behaviour of all features of a sample.
I wonder if FDA literature has something similar for time-series data? If so, could you please provide me with the keyword and known package that implements them already?
Thank you.
Sincerely,
Vinh
Beta Was this translation helpful? Give feedback.
All reactions