rhoPowerExp: Powered Exponential Correlation Function

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This function calculates the powered exponential correlation.

Usage

1
rhoPowerExp(u, a, k)

Arguments

u

a value which indicates the distance

a

a value which indicates the scale parameter, φ

k

a value which indicates the shape parameter, κ

Details

The function is \; \; ρ (u)=\exp ((-u/φ)^κ) \; \;.

When using the powered exponential correlation function, note that 0<κ<=2.

Value

A value of the correlation.

Author(s)

Liang Jing ljing918@gmail.com

See Also

rhoMatern, rhoSph, U2Z, loc2U.

Examples

1
2
3
4
## Not run: 
  rhoPowerExp(0.3, a=0.1, k=1)                  

## End(Not run)

geoCount documentation built on May 2, 2019, 12:38 a.m.