Hotelling T2

Hi,

Does anyone here have an example on how to make a Hotelling T2 chart in Knime? For anomaly detection.

Any basic example will do.

Thank You so much!

Hello @Claudette_Paneza -

Very sorry for the delayed response on your question. For this particular case the most straightforward method would probably be to use R. The Hotelling() package has the ability to generate T2 plots, so you could write a bit of R code to generate the plot image, and drop that code into an R View (Table) node.