Comparing Means from Probability Distributions using aoctool and multcompare
1 回表示 (過去 30 日間)
古いコメントを表示
Hello MATLAB community,
I have data from multiple samples that creates a normal distribution in semi-log space (logarithmic on the x-axis). I am interested in comparing the x-values for statistical differences in mean. I have multiple distributions to compare and am planning to use aoctool in combination with multcompare in order to utilize the Tukey multiple comparisons adjustment. Through the fit function, I have been able to extract the mean and standard deviation of these datasets.
The next step is where I am encountering the problem. The aoctool expects an input of the raw data and tries to fit a linear regression to it which is not what I am trying to do. I also need the output of the aoctool in order to utilize the multcompare function. What are your suggestions for getting around this and comparing the data? I have included an examples of my data below.
Thanks for your time
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/971085/image.png)
0 件のコメント
回答 (1 件)
Jeff Miller
2022 年 4 月 20 日
Maybe I am missing something but from your description it sounds like you could compare the mean log(x) values of the different tests with anova1 and then use multcompare.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Analysis of Variance and Covariance についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!