Statistical distribution comparison for two datasets
21 ビュー (過去 30 日間)
表示 古いコメント
For example I have two multivariate random variables a and b, and for a and b, I have N realizations for both of them such as
and
. I do not know the exact distribution of a and b, and I would like to know if they are approximately following the same distribution. Is there any method I can do that?


0 件のコメント
採用された回答
Jeff Miller
2022 年 7 月 21 日
You could use manova if you just wanted to compare the centroids of the multivariate distributions, but it sounds like you want more than that--i.e., the ability to detect any sort of differences in the distributions, not just centroids.
If that is the case, you might be able to use a multivariate generalization of tests for full distributions.
I hope your N is huge...
0 件のコメント
参考
カテゴリ
Find more on Hypothesis Tests in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!