Since it is not easy to apply a Multivariate Kolmogorov-Smirnov test for two samples, I thought: is it possible to compare the different statistics with the univariate KS? For example:
Object 1: statistic 1, statistic 2, etc.
Object 2: statistic 1, statistic 2, etc.
If I want to check if these 2 objects are the same, can I just use the univariate KS test for two samples and compare first statistics 1, then 2, and so on? Then if all tests say that all the statistics are the same, does it mean that objects are the same?
Of course if the statistics have the same "number" it means that they measure the same thing.