Learn R Programming

geoCount (version 1.150120)

rhoPowerExp: 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, $\phi$
k
a value which indicates the shape parameter, $\kappa$

Value

A value of the correlation.

Details

The function is $\; \; \rho (u)=\exp ((-u/\phi)^\kappa) \; \;$. When using the powered exponential correlation function, note that $0

See Also

rhoMatern, rhoSph, U2Z, loc2U.

Examples

Run this code
## Not run: 
#   rhoPowerExp(0.3, a=0.1, k=1)                  
# ## End(Not run)

Run the code above in your browser using DataLab