DistWeight: Distance wheighting

Description Usage Arguments Details Value Author(s) Examples

View source: R/DistWeight.R

Description

Distance weighting for non-linear earthquake location.

Usage

1
2
3
DistWeight(dist, err, distwt)
DistWeightLL(lat, lon, elat, elon, err, distwt)
DistWeightXY(x, y, ex, ey, err, distwt)

Arguments

dist

distance in km

err

sigma error in seconds

distwt

distance weighting parameter

lat

Latitude

lon

Longitude

elat

Event Latitude

elon

Event Longitude

x

station X(km)

y

station Y(km)

ex

event X (km)

ey

event Y (km)

Details

Based on Lquake scheme from University of Washington. If you need to reduce the effect of distance weighting, increase distwt.

Since the hypocenter moves between each iteration, the distance weighting is updated.

Value

vector of weights

Author(s)

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

Examples

1
DistWeight(1:10, .4, 20)

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