NLSlocate: Nonlinear Least Squares Location

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/NLSlocate.R

Description

Nonlinear Least Squares Location using Gieger's method

Usage

1
NLSlocate(GH, vel = list(), init = c(0, 0, 0, 0), PLOT = FALSE)

Arguments

GH

List, RSEIS

vel

velocity model

init

initial guess for event location

PLOT

logical, TRUE=plot

Details

This is an adaptation of non-linear least squares inversion for earthquake location. A residual function is supplied, and iterations are performed until the location is determined.

Value

vector, new location

Note

At this stage there are no weighting mechanisms or code to eliminate data that has residuals that are too large.

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

References

Lee, W.H.K., and S.W. Stewart, Principles and Applications of Microearthquake Networks, Academic Press, New York, 1981.

See Also

swig

Examples

1
2
3
4
5
6
7
## Not run: 

eqsol = NLSlocate(nh, vel=nh$vel,  PLOT=TRUE )



## End(Not run)

Rquake documentation built on Dec. 16, 2020, 5:06 p.m.