Is there a statistically significant difference between these time series?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
sarah Abdellahi
el 17 de Jul. de 2019
Respondida: Harsha Priya Daggubati
el 5 de Ag. de 2019
Experts,
I have some wind velocity measurments in different experimental conditions and would like to talk about the difference between the measuement in a statitical way.
For example, my conclusion would be with X% confidence, there is no (or there is a) statitical difference between these time series.
Any suggestions about the statistical test method should I use in Matlab? ant examples or tuterials?
I am not really familiar with time series analysis, if it was a length measurment repeated for 10 times for two groups, anova would work, what about this case?
Thanks
0 comentarios
Respuestas (1)
Harsha Priya Daggubati
el 5 de Ag. de 2019
Hi,
You can refer to the following example to help you get familiar with using Timeseries object along with features from Statistics and Machine Learning Toolbox.
You can as well use ‘corrcoef’ function to find the correlation between two datasets. Refer to this documentation link for more details.
Hope this helps!
0 comentarios
Ver también
Categorías
Más información sobre ANOVA en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!