C2D {FieldSim}R Documentation

Constant for multifractional Brownian field simulation

Description

The function C2D yields the value of the constant in the covariance function of the multifractional Brownian field (for the exact expression see Brouste et al. (2007) Section 3.2).

Usage

C2D(H)

Arguments

H a real in ]0,1[. H is the Hurst parameter of the constant to simulate.

Value

The value of the constant

Author(s)

Alexandre Brouste (http://ljk.imag.fr/membres/Alexandre.Brouste) and Sophie Lambert-Lacroix (http://ljk.imag.fr/membres/Sophie.Lambert).

References

A. Brouste, J. Istas and S. Lambert-Lacroix (2007). On Gaussian random fields simulations.

See Also

fieldsim.

Examples

# load FieldSim library
library(FieldSim)

# Constant
H<-0.3
C2D(H)

[Package FieldSim version 1.2 Index]