kriging: Trans-Gaussian kriging

Description Usage Arguments See Also

Description

Trans-Gaussian kriging

Usage

1
2
3
kriging(x.pnt, y.pnt, obs, model, 
        proxy.1, proxy.2 = NULL, lambda, 
        K.max.dist = 2e+05, K.min.dist = 1000, K.pairs.min = 1)

Arguments

x.pnt

vector of x coordinates of the stations

y.pnt

vector of y coordinates of the stations

obs

numeric vector of daily values observed at the stations

model

daily values provided by a chemistry-transport model, interpolated over the target grid

proxy.1

external variable, defined over the target grid

proxy.2

another external variable (optional), defined over the target grid

lambda

parameter for the Box-Cox transformation

K.max.dist

a numerical value defining the maximum distance for the variogram; pairs of locations separated for distance larger than this value are ignored for the variogram calculation

K.min.dist

a numeric value; points which are separated by a distance less than this value are considered co-located

K.pairs.min

an integer number defining the minimum numbers of pairs for the bins

See Also

To properly format the input data: prepare.day


jobonaf/pesco documentation built on May 19, 2019, 2:58 p.m.