Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
geoscene3d:interpolation:2dinterpolation_krigingwithdatatransformations [2020/03/23 14:20] – rebecca130301_gmail.com | geoscene3d:interpolation:2dinterpolation_krigingwithdatatransformations [2020/11/12 11:32] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
This tutorial describes how to use the data transformation features associated with Kriging in GeoScene3D. The tutorial does not explain the mathematical foundation, only the workflow in GeoScene3d. | This tutorial describes how to use the data transformation features associated with Kriging in GeoScene3D. The tutorial does not explain the mathematical foundation, only the workflow in GeoScene3d. | ||
+ | |||
+ | For more information about basic interpolation and kriging, please look at this {{: | ||
==== ==== | ==== ==== | ||
+ | |||
==== Background ==== | ==== Background ==== | ||
Line 17: | Line 20: | ||
The Kriging method is based on Gaussian statistics. This means that it is assumed that the underlying data have a Gaussian distribution, | The Kriging method is based on Gaussian statistics. This means that it is assumed that the underlying data have a Gaussian distribution, | ||
+ | \\ | ||
So, what do you do if your data have another distribution? | So, what do you do if your data have another distribution? | ||
\\ | \\ | ||
- | Examples could be:\\ | + | Examples could be: |
- | · Chemical measurements. You have a contamination site, with a series of measurements of the concentration of a chemical compound. Such data would typically have a bi-modal distribution, | + | |
- | · Terrain surfaces with deep valleys: You have a terrain surface which is relatively smooth, but the area is crossed by deep valley structure, thus leading to a bi-modal data distribution of the elevation observations.\\ | + | * Chemical measurements. You have a contamination site, with a series of measurements of the concentration of a chemical compound. Such data would typically have a bi-modal distribution, |
- | \\ | + | |
- | The answer is “data transformation”. You transform the data from “normal” space to a transformed space, where the data have a normal distribution, | + | |
- | \\ | + | \\ |
- | One type of transformation is the log-transform, | + | The answer is “data transformation”. You transform the data from “normal” space to a transformed space, where the data have a normal distribution, |
- | \\ | + | One type of transformation is the log-transform, |
See separate documentation for the specific, mathematical details of each transformation. | See separate documentation for the specific, mathematical details of each transformation. | ||
Line 33: | Line 37: | ||
Startup the interpolation wizard by using the mouse and right-clicking the point object node to be interpolated in the object manager. | Startup the interpolation wizard by using the mouse and right-clicking the point object node to be interpolated in the object manager. | ||
- | \\ | + | \\ {{: |
- | {{: | + | |
- | <font inherit/ | + | |
- | In the right-click menu, you now select “interpolation”. Step through the wizard as normal, until you reach the “Source Data” page.\\ | + | In the right-click menu, you now select “interpolation”. Step through the wizard as normal, until you reach the “Source Data” page. \\ |
Press the “Get Data” button, to select the value to be interpolated. In the example here the value used to color the data points is selected. | Press the “Get Data” button, to select the value to be interpolated. In the example here the value used to color the data points is selected. | ||
- | {{: | + | {{: |
- | <font inherit/ | + | |
- | On the “Source Data” page, you have tools available for checking the distribution, | + | On the “Source Data” page, you have tools available for checking the distribution, |
- | Press the “Statistics…” button, to inspect the statistics of the selected value.\\ | + | Press the “Statistics…” button, to inspect the statistics of the selected value. \\ |
- | \\ | + | |
Note that if you have a large amount of data, it may take a while to process the statistics of the data. | Note that if you have a large amount of data, it may take a while to process the statistics of the data. | ||
- | {{: | + | {{: |
- | <font inherit/ | + | |
- | {{: | + | {{: |
- | <font inherit/ | + | |
- | {{: | + | {{: |
- | <font inherit/ | + | |
- | The statistics of the chemical contaminant, | + | The statistics of the chemical contaminant, |
- | \\ | + | To use kriging correctly on these data, we have to perform a data transformation. |
- | To use kriging correctly on these data, we have to perform a data transformation.\\ | + | Close the Statistics window. \\ \\ |
- | Close the Statistics window.\\ | + | Select the “Normal Score Transformation”, |
- | \\ | + | |
- | Select the “Normal Score Transformation”, | + | |
- | \\ | + | |
Open the statistics window again to inspect the result, se Figure 6. The distribution of the transformed values now has a mean value of 0 and standard deviation (STD) of 1. A perfect Gaussian distribution. | Open the statistics window again to inspect the result, se Figure 6. The distribution of the transformed values now has a mean value of 0 and standard deviation (STD) of 1. A perfect Gaussian distribution. | ||
==== Step 2. ==== | ==== Step 2. ==== | ||
- | You now complete the rest of the Wizard as you would normally do, noting that the estimation of the variogram is particularly easy now, as you now that your data have STD of 1, which corresponds to the Sill value of your variogram.\\ | + | You now complete the rest of the Wizard as you would normally do, noting that the estimation of the variogram is particularly easy now, as you now that your data have STD of 1, which corresponds to the Sill value of your variogram. \\ \\ |
- | \\ | + | The program automatically handles the back transform of the interpolated values to normal space from Normal score space, so you do not have to worry about that. \\ \\ |
- | The program automatically handles the back transform of the interpolated values to normal space from Normal score space, so you do not have to worry about that.\\ | + | |
- | \\ | + | |
Note: The variance grid constructed is an approximation, | Note: The variance grid constructed is an approximation, | ||