rhoSph: Spherical Correlation Function

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

Description

This function calculates the spherical correlation.

Usage

1
rhoSph(u, a, k=NULL)

Arguments

u

a value which indicates the distance

a

a value which indicates the scale parameter, φ

k

useless (it is kept here only in the purpose of maintaining consistent argument format to other corrlelation functions)

Details

The function is \; \;ρ (u)= 1 - 1.5*(u/φ) + 0.5*(-u/φ)^3 \; \;.

Value

A value of the correlation.

Author(s)

Liang Jing ljing918@gmail.com

See Also

rhoPowerExp, rhoMatern, U2Z, loc2U.

Examples

1
2
3
4
## Not run: 
  rhoSph(0.1, a=0.2)                  

## End(Not run)

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

Related to rhoSph in geoCount...