Difference between revisions of "Dispersion curve target"

From GeopsyWiki
Jump to navigation Jump to search
Line 13: Line 13:
  
 
If you want to use the '''Mode Guess''' feature, you can specify several modes. For each sample, the misfit is then computed for all modes given in the table. The best match is kept in the global curve misfit.
 
If you want to use the '''Mode Guess''' feature, you can specify several modes. For each sample, the misfit is then computed for all modes given in the table. The best match is kept in the global curve misfit.
 
== Averaging or merging curves ==
 
 
Once you have at least two curves loaded, you can select the following action to average or merge several curves. A dialog box lets you select the curve to average or merge. Merging applies to non-overlapping frequency ranges, average applies to overlapping ranges. Both actions are automatically performed. If more than two curves are selected, curves are averaged or merged one by one using the same process:
 
 
* Build a vector with X values from the two curves.
 
* Resample both curves with this common X sampling.
 
* For each X value and for both curves, we have mean, variance, and weight (number of values used to compute statistics)
 
 
<math>
 
\begin{array}{ll}
 
\mu^{(1)}, \sigma^{(1)}, w^{(1)} \\
 
\mu^{(2)}, \sigma^{(2)}, w^{(2)}
 
\end{array}
 
</math>
 
 
Where:
 
 
<math>
 
\begin{array}{lll}
 
\mu^{(j)}    & = & \frac{\sum_{i=1}^{w^{(j)}}{s^{(j)}_i}}{w^{(j)}} \\
 
\sigma^{(j)} & = & \frac{\sum_{i=1}^{w^{(j)}} {(s^{(j)}_i-\mu^{(j)})^2}}{w^{(j)}-1} \\
 
            & = & \frac{\sum_{i=1}^{w^{(j)}} {[(s^{(j)}_i)^2+(\mu^{(j)})^2-2s^{(j)}_i\mu^{(j)}]}}{w^{(j)}-1} \\
 
            & = & \frac{\sum_{i=1}^{w^{(j)}} {(s^{(j)}_i)^2}+w^{(j)}(\mu^{(j)})^2-2 \mu^{(j)}\sum_{i=1}^{w^{(j)}} {s^{(j)}_i}}{w^{(j)}-1} \\
 
            & = & \frac{\sum_{i=1}^{w^{(j)}} {(s^{(j)}_i)^2}+w^{(j)}(\mu^{(j)})^2-2w^{(j)}(\mu^{(j)})^2}{w^{(j)}-1} \\
 
            & = & \frac{\sum_{i=1}^{w^{(j)}} {(s^{(j)}_i)^2}-w^{(j)}(\mu^{(j)})^2}{w^{(j)}-1}
 
\end{array}
 
</math>
 
 
<math>w^{(j)}</math> is the weight or equivalently the number of items in the statistical population used for the computation of <math>\mu^{(j)}</math> and <math>\sigma^{(j)}</math>. <math>s^{(j)}_i</math> is the ith item in population j.
 
 
The mean and variance computed over the whole population is then:
 
 
<math>
 
\begin{array}{lll}
 
\mu    & = & \frac{\sum_{i=1}^{w^{(1)}}{s^{(1)}_i}+\sum_{i=1}^{w^{(2)}}{s^{(2)}_i}}{w^{(1)}+w^{(2)}}=\frac{w^{(1)}\mu^{(1)}+w^{(2)}\mu^{(2)}}{w^{(1)}+w^{(2)}} \\
 
\sigma & = & \frac{\sum_{i=1}^{w^{(1)}} {(s^{(1)}_i)^2}+\sum_{i=1}^{w^{(2)}} {(s^{(2)}_i)^2}-(w^{(1)}+w^{(2)})\mu^2}{w^{(1)}+w^{(2)}-1} \\
 
      & = & \frac{\sigma^{(1)}(w^{(1)}-1)+w^{(1)}(\mu^{(1)})^2+\sigma^{(2)}(w^{(2)}-1)+w^{(2)}(\mu^{(2)})^2-(w^{(1)}+w^{(2)})\mu^2}{w^{(1)}+w^{(2)}-1}
 
\end{array}
 
</math>
 

Revision as of 09:49, 8 March 2010

Dinverdc dispersion target.png

Dispersion curve target is a graphical tool to manipulate curves. Before starting an inversion, the target MUST contain only the curves to invert. All other intermediate curves must be removed. Leaving undesired curves may lead to erroneous inversion results.

The valid flag attached to each sample indicates whether it is considered or not during the misfit computation. Adding invalid samples lets you plot the dispersion curves variability outside the constrained range.

Modes

Set the mode of the current curve. In most situations, there MUST be only one entry in this table, meaning that the current curve is identified as one particular mode. The mode is considered in its general sense:

  • Phase or Group
  • Rayleigh or Love
  • A positive index, '0' means fundamental mode, '1' for first higher mode,...

If you want to use the Mode Guess feature, you can specify several modes. For each sample, the misfit is then computed for all modes given in the table. The best match is kept in the global curve misfit.