Skip to content
Snippets Groups Projects
Commit 99d80411 authored by Robert Lanzafame's avatar Robert Lanzafame
Browse files

small changes

parent 769e4a77
No related branches found
No related tags found
1 merge request!6Ga 1 4 updates
......@@ -38,15 +38,14 @@ _Write your answer here._
**Question 5**
In order to get a better fit to the data (smaller residuals) for this case study, which of the following strategies could help? (elaborate on your answer)
<ol>
<li>better observations?</li>
<li>a more complicated geophysical model?</li>
<li>better initial values?</li>
<li>more observations?</li>
</ol>
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?
In order to get a better fit to the data (smaller residuals) for this case study, which of the following strategies could help? Elaborate on your answer with one or two sentences each.
1. better observations?
2. a more complicated geophysical model?
3. better initial values?
4. more 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?
_Write your answer here._
......
......@@ -68,6 +68,7 @@ Give an explanation of test statistic used to test which model (linear, non-line
**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.
- For InSAR the test statistic is 95.6 which is significantly larger than the critical value 7.9. Therefore, the exponential model is accepted in favor of the linear one.
......@@ -76,24 +77,21 @@ The test statistic is the difference of the weighted squared norms of residuals,
**Question 5**
In order to get a better fit to the data (smaller residuals) for this case study, which of the following strategies could help? (elaborate on your answer)
<ol>
<li>better observations?</li>
<li>a more complicated geophysical model?</li>
<li>better initial values?</li>
<li>more observations?</li>
</ol>
In order to get a better fit to the data (smaller residuals) for this case study, which of the following strategies could help? Elaborate on your answer with one or two sentences each.
1. better observations?
2. a more complicated geophysical model?
3. better initial values?
4. more observations?
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?
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?
**Solution**
<ol>
<li>better observations will help, and should result in smaller residuals.</li>
<li>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. Including more parameters in the model will help to get smaller residuals, but is there still a geophysical explanation...?</li>
<li>better initial values won't help, since solution converged to valid results.</li>
<li>more observations generally helps, as long as they are not corrupted by outliers or systematic effects.</li>
</ol>
1. better observations will help, and should result in smaller residuals.
1. 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. Including more parameters in the model will help to get smaller residuals, but is there still a geophysical explanation...?
1. better initial values won't help, since solution converged to valid results.
1. more observations generally helps, as long as they are not corrupted by outliers or systematic effects.
Use the observations together (i.e., estimate the unknown parameters using the GNSS and InSAR observations at the same time, which would result in 791 observations). With BLUE we would of course apply proper weights, taking into account the different precision.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment