Report for Group Assignment 1.4

CEGM1000 MUDE: Week 1.4, Friday, Sep 27, 2024.

Remember there are "Tips for Writing the Report" in the GA 1.3 README.

Questions

Question 1

Give a short explanation about the model in the assignment. How is it different from the last week's assignment? What is the reason to try a new model?

We copy the LaTeX equation for the model here, in case you would like to refer to it in your Report.

$$ d = d_0 + R \ (1-\exp\left(\frac{-t}{a}\right)) + k \ \textrm{GW}, $$

Solution

Linear model in the assignment 1.3 and new non-linear model in the assignment 1.4 are both constructed to fit displacement of the ground surface. The data sets of ground surface observations are the same and include InSAR and GNSS data. InSAR has 61 observations and GNSS 730. The standard deviation of each InSAR and GNSS measurement is assumed to be 2 mm and 15 mm, respectively.

The fitted linear model from the assignment 1.3 followed the observations relatively well, but did not capture the signal completely. This could especially be seen in the residual plot with the confidence bounds where residuals were not completely centered around zero. These observations indicated that the model is generally good, but misses some important characteristics in the data. Non-linear model of the assignment 1.4 was introduced to add a bit of complexity and probably better fitting.

The non-linear model has four unknowns, two of which are the same as in assignment 1.3 and linear with respect to the computed displacement of the ground surface:

Groundwater level (GW) data is provided in additional dataset and is used as a part of design matrix.

The second and third unknowns of non-linear model are introduced to replace linear rate of displacement by an exponential dependency with the following parameters:

The redundancy of the non-linear model using InSAR data is 57, and using GNSS data is 726.

Question 2

Report the Gauss-Newton iteration convergence criteria and describe how quickly convergence was realized. Also comment on the quality of the estimation with InSAR and GNSS. Give your interpretation for any discrepancy between observations and the model.

Include a Markdown table that summarizes the estimated parameters and their precision for both models.

Solution

For the stop-criterion we used the "weighted squared norm" of $\Delta \hat{\mathrm{x}}{[i]}$, with the inverse covariance matrix $\Sigma{\hat{X}}^{-1}$ as the weight matrix. In this way we account for different precision of the parameters (high precision means we want the deviation to be smaller), as well as different order of magnitudes of the parameters.

Both models converged after around 3 iterations.

Data Type Metric $d_0$ [mm] $R$ [mm/day] $a$ [$-$] $k$ [$-$]
InSAR $\mu_{\hat{X}_i}$ 12.971 -21.916 179.353 0.171
InSAR $\sigma_{\hat{X}_i}$ 2.184 1.009 21.120 0.017
InSAR c.o.v. 0.168 -0.046 0.118 0.097
GNSS $\mu_{\hat{X}_i}$ 3.946 -18.147 224.095 0.142
GNSS $\sigma_{\hat{X}_i}$ 4.802 2.162 79.482 0.036
GNSS c.o.v. 1.217 0.119 0.355 0.254

c.o.v. (coefficient of variation) is the ratio $\sigma/\mu$, which gives a unitless measure of the variance, relative to the mean.

The precision of the estimated offset $\hat{d}_0$ and $\hat{k}$ with InSAR is approximately 2 mm and 0.02, respectively. With GNSS the precision of those parameters is approximately a factor 2 worse due to the higher noise in the data. However, due to the high number of observations, the precision is still rather good. Note that the outliers do not have an impact on the precision, since the covariance matrix does not depend on the data (and outliers are non-random errors that are not accounted for in the covariance matrix). Precision of parameters is good if compared to estimated values, except for $a$ (std of 21, 79 days, while estimated value is 180, 224 days for InSAR and GNSS respectively).

The InSAR discrepancies look as expected, no systematic effects: the residuals have a zero-mean and standard deviation close to the precision of the observables. This tells us that the precision that we used for the observations corresponds to the true noise level.

For GNSS there are still many residuals at the start of the observation period which are outside the confidence bounds, also resulting in slightly larger empirical standard deviation of the residuals. The effect of the outliers is also visible when comparing the fitted model with GNSS and InSAR.

Question 3

Give an explanation of test statistic used to test which model (linear, non-linear) fits data better. What is the null hypothesis $H_0$ and alternative hypothesis $H_a$ in this test? What is the distribution of test statistic? Compare the test outcomes with InSAR and GNSS and interpret the results.

Solution

The null hypothesis is that we assume that the linear model is correct, the alternative hypothesis that the model is incorrect.

The test statistic is the difference of the weighted squared norms of residuals, and has a Chi squared distribution with 1 degree of freedom, since there is 1 extra parameter in the alternative hypothesis model as compared to the null hypothesis.

Question 4

In order to get a better fit to the data (smaller residuals) for this case study, consider the following strategies and determine whether or not each one could help. Use the Markdown table provided to state "Yes" or "No", then elaborate on your answer with one or two sentences each in the last column.

  1. better observations?
  2. a more complicated geophysical model?
  3. better initial values?
  4. more observations?
  5. combining observations?

In your answer, keep in mind that data acquisition and processing comes with a price. Note that in a real situation you would not look at a time series of only one point. For Sentinel-1 data you may have to pay, collecting GNSS data at different locations also costs money. How will you monitor the deformation if you have both GNSS and InSAR data at your disposal?

Fill in your answer in this table:

No. Answer Elaboration
1
2
3
4

Solution

No. Answer Elaboration
1 Yes Reducing the precision of the observations will definitely help.
2 No A more complicated geophysical model will help if it is able to capture the signal. However, since we don't see any systematic effects in the InSAR residuals, it is not expected that much gain can be expected for this case. Including more parameters in the model may help to get smaller residuals, but it might be artificial and prone to error if extrapolated.
3 No Better initial values won't help, since solution converged to valid results
4 Yes More observations generally help, as long as they are not corrupted by outliers or systematic effects.
5 Yes Estimating the unknown parameters using the GNSS and InSAR observations at the same time, which would result in 791 observations could work. With BLUE we would of course apply proper weights, taking into account the different precision.

Disclaimer: the outliers in the GNSS data were added manually, and do not necessarily represent reality, which means that you cannot conclude from this assignment that InSAR is better than GNSS. Without the outliers, GNSS would have given you different results and then the larger noise would be compensated by the higher sampling rate.

Last Question: How did things go? (Optional)

Use this space to let us know if you ran into any challenges while working on this GA, and if you have any feedback to report.

End of file.

By MUDE Team © 2024 TU Delft. CC BY 4.0. doi: 10.5281/zenodo.16782515.