Semivariogram application to a matrix

  • Context: Undergrad 
  • Thread starter Thread starter AndrewPBentle
  • Start date Start date
  • Tags Tags
    Application Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
AndrewPBentle
Messages
2
Reaction score
0
My name is Andrew Bentley, a Geology student of Temple University. I am currently working on a thesis that uses a geostatistical technique that uses semivariograms on ground-penetrating radar (GPR) data.

I would have posted this in the Earth Science section but all my issues are in the Mathematical and Statistical side of things. I am having an issue (more like a lack of knowledge) on how to apply a formula to a matrix of information.

My matrix contains columns of trace data (the number of 'soundings' of GPR data as it moves across the ground) and rows of amplitude with depth corresponding to particular soundings. My hope is to use semivariograms of my GPR data to differentiate dune types via their internal architecture. To do this I will look at the plotted semivariogram data and use the size of the "range" to determine a threshold.

So my question is, how do I run a formula through a matrix of data? I am using MatLab for all my calculations. If anyone has readings I can find online on such a subject, that would be very useful as well.

I very much appreciate your help.

Andrew Bentley
 

Attachments

  • Screen Shot 2012-03-15 at 12.20.13 PM.jpg
    Screen Shot 2012-03-15 at 12.20.13 PM.jpg
    74.4 KB · Views: 465
  • Screen Shot 2012-03-15 at 10.59.59 AM.png
    Screen Shot 2012-03-15 at 10.59.59 AM.png
    7.3 KB · Views: 407
  • Screen Shot 2012-03-17 at 2.35.52 PM.jpg
    Screen Shot 2012-03-17 at 2.35.52 PM.jpg
    33.9 KB · Views: 450
Last edited by a moderator:
Physics news on Phys.org
AndrewPBentle said:
To do this I will look at the plotted semivariogram data and use the size of the "range" to determine a threshold.

I don't understand what "size of the range" means. Can you give an example? - perhaps show a 3 by 3 matrix and explain what the size of the range is iin that case.

Are we facing a image recognition problem? Do you essentially have pictures (described by a matrices of data) and you want to classify each of them as being a particular type of dune?

Or are you processing each matirx of data to obtain a smaller set of numbers and trying to use those numbers to classify the dunes?
 
Size of the range refers to an attribute of the blotted semivariogram data. I have just actually figured out my issue. I wrote s script that allows the semivariogram to work on a line by line basis of the matrix at hand.

I will be looking into image recognition next.

Thank you.