Comparing Means from Probability Distributions using aoctool and multcompare
Mostrar comentarios más antiguos
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

Respuestas (1)
Jeff Miller
el 20 de Abr. de 2022
0 votos
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.
Categorías
Más información sobre Analysis of Variance and Covariance en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!