Learn R Programming

FieldSim (version 2.1)

C2D: 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

encoding

latin1

References

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

See Also

fieldsim.

Examples

Run this code
# load FieldSim library
library(FieldSim)

# Constant
H<-0.3
C2D(H)

Run the code above in your browser using DataLab