Statistical significance of gridded anomaly matrix

2 visualizzazioni (ultimi 30 giorni)
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 Commenti
MattyK
MattyK il 19 Nov 2020
I am also having the same problem too. Can someone kindly help/guide please.
Sanatan Binisia
Sanatan Binisia il 2 Apr 2021
Did anyone find the solution? please share, I am also having the same problem.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by