rhoPowerExp {geoCount}R Documentation

Powered Exponential Correlation Function

Description

This function calculates the powered exponential correlation.

Usage

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

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

## End(Not run)

[Package geoCount version 1.150120 Index]