Learn R Programming

Rquake (version 2.5-1)

DistWeight: Distance wheighting

Description

Distance weighting for non-linear earthquake location.

Usage

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

Value

vector of weights

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)

Author

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

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.

Examples

Run this code


DistWeight(1:10, .4, 20)


Run the code above in your browser using DataLab