C2D {FieldSim} | R Documentation |
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).
C2D(H)
H |
a real in ]0,1[. H is the Hurst parameter of the
constant to simulate. |
The value of the constant
Alexandre Brouste (http://ljk.imag.fr/membres/Alexandre.Brouste) and Sophie Lambert-Lacroix (http://ljk.imag.fr/membres/Sophie.Lambert).
A. Brouste, J. Istas and S. Lambert-Lacroix (2007). On Gaussian random fields simulations.
# load FieldSim library library(FieldSim) # Constant H<-0.3 C2D(H)