Learn R Programming

CoSMoS (version 2.2.0)

actpntsB6: AutoCorrelation Transformed Points for Bardossy dependence structure

Description

Evaluates the (rho_x, rho_z) mapping using Monte Carlo integration for the Bardossy copula dependence structure.

Usage

actpntsB6(margdist, margarg, m, p0 = 0)

Value

A data frame with columns rhoz and rhox.

Arguments

margdist

target marginal distribution

margarg

list of marginal distribution arguments

m

mean of the parent Gaussian processes controlling asymmetry

p0

probability of zero values

References

Bardossy, A. (2006). Copula-based geostatistical models for groundwater quality parameters. Water Resources Research, 42(11), tools:::Rd_expr_doi("10.1029/2005WR004754")

See Also

actpnts, generateMTSFast

Examples

Run this code

library(CoSMoS)

x <- actpntsB6(margdist = "paretoII",
               margarg  = list(scale = 1, shape = .3),
               m = 1,
               p0 = 0)
x

Run the code above in your browser using DataLab