Statistical significance of gridded anomaly matrix

2 visualizaciones (últimos 30 días)
Claire
Claire el 14 de En. de 2015
Comentada: Sanatan Binisia el 2 de Abr. de 2021
I have two 2D matrices which contain latitude/longitude temperature data, with dimensions 22x12. I.e matrix A(22x12) and matrix B(22x12).
I would like to determine if my matrix A is statistically significant from matrix B.
Matrix B was created by changing a parameter in matrix A, so I was looking at using a student's paired t-test, which does not assume that your two datasets are independent.
The issue I am having is in trying to apply the t-test to my data.
I have tried to use the 'ttest' function but the analysis seems to be done along columns
[hlat,plat]=ttest(A,B);
ans is a vector with 12 points.
What I actually want is to test for significance at each grid point, so that I can determine where (in terms of latitude and longitude coordinates), my model is giving statistically significant results. I.e. I'd like a 22x12 output of the significance test. I then want to use this to mark the statistically significant regions in an anomaly plot.
I'm not sure if/how to use 'ttest' to do this, or if I am using the wrong function all together.
Any help would be greatly appreciated! Thanks!
  5 comentarios
MattyK
MattyK el 19 de Nov. de 2020
I am also having the same problem too. Can someone kindly help/guide please.
Sanatan Binisia
Sanatan Binisia el 2 de Abr. de 2021
Did anyone find the solution? please share, I am also having the same problem.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices 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!

Translated by