process
class is a class of the FieldSim package.
name
:values
:parameter
:manifold
:covf
:Several names for slot name
are reserved for classical fractional Gaussian processes: "fBm"
for fractional Brownian motion, "mBm"
for multifractional Brownian motion, "2pfBm"
for the standard bi-fractional Brownian motion, "stdfBm"
for the space-time deformed fractional Brownian motion, "afBf"
for anisotropic fractional Brownian field, "fBs"
for fractional Brownian sheet and "bridge"
for all kind of bridges.
The slot manifold
contains an object of class manifold
(see manifold-class).
The slot parameter
that contains all the parameter associated to the covariance function of the process. Here are the classical parameter associated to classical processes. For instance, "fbm"
has parameter numeric
, "mbm"
has parameter function
, "2pfbm"
has parameter list(H=numeric, K=numeric)
,
"stdfbm"
has parameter list(H=numeric, sigma=function, tau=function)
,
"afBf"
has parameter list(H=numeric, theta1=numeric, theta2=numeric)
,
"fBs"
has parameter vector
and
"bridge"
has list(Gamma=matrix, R=function, Tp=..., par=list(...))
.
setProcess
,manifold-class
.