pevModelLambdaRange
range of lambda values for position-error velocity model
Declaration
[minLambda,maxLambda] = pevModelLambdaRange(x, X, VV, distribution)
Parameters
x
the observations (Nx1)X
splines on the observation grid, NxMVV
velocity penalty matrix, MxMdistribution
distribution describing the errors
Returns
minLambda
minimum value of lambda that could affect the solutionmidLambda
mid value of lambda that could affect the solutionmaxLambda
maximum value of lambda that could affect the solution
Discussion
Estimate the minimum and maximum values of lambda that should be considered, given the balance between the position-errors and the velocity model. lambda can always be safely set to zero, but the minimum value is still useful for a logarithmic search algorithm. If the rank of (VV) is less than N, then the solution may not be invertible if lambda is too large. The maxLambda value should prevent this.