I have sample of around 100 of observations. Each of them is the vector of real numbers of size 30.
Also I have pdf which I think may describe the source distribution of my sample. The pdf has well-defined functional form so I can use Gibbs sampling to generate few thousands simulated observations.
I can use the same pdf to generate two sets of probabilities for my original and generated samples.
Then I do Wilcoxon rank sum test on that two sets of probabilities. My null hypothesis is that my original sample and new generated sample are taken from the same distribution.
Does such approach have any potential problems? Is any better way to test hypothesis of multivariate sample coming from certain source distribution?