RMbistable: Bivariate stable Model

Description Usage Arguments Details Value References See Also Examples

View source: R/RMmodels.R

Description

RMbistable is a bivariate stationary isotropic covariance model whose corresponding covariance function only depends on the distance r ≥ 0 between two points.

For constraints on the constants see Details.

Usage

1
RMbistable(alpha, s, cdiag, rho, rhored, betared, alphadiag, var, scale, Aniso, proj)

Arguments

alpha,alphadiag

[to be done]

s

a vector of length 3 of numerical values; each entry positive; the vector (s_{11},s_{21},s_{22})

cdiag

[to be done]

rho,rhored

[to be done]

betared

to do

var,scale,Aniso,proj

optional arguments; same meaning for any RMmodel. If not passed, the above covariance function remains unmodified.

Details

Constraints on the constants: [to be done]

Value

RMbistable returns an object of class RMmodel.

References

See Also

RMstable, Multivariate RMmodels.

Examples

1
2
3
4
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
##                   RFoptions(seed=NA) to make them all random again

## todo

RandomFields documentation built on Jan. 19, 2022, 1:06 a.m.