powered by
Create a Centered Random Process
centered.process( name = c("WIENER", "WHITE.NOISE", "KL", "KARHUNEN.LOEVE", "GAUSSIAN"), domain = c(0, 1), ... )
name of the process.
domain where the process is defined.
other parameters required to define the process:
required by Wiener process
required by white noise process
required by process defined via K-L representation
the distribution of PC scores, required by process defined via K-L representation
a function hanlde in the form of X(tObs,n) which generates n independent trajectories observed at tObs
X(tObs,n)
n
tObs
# NOT RUN { X <- centered.process(name='wiener',dispersion=1) X <- centered.process(name='white.noise',sig=1) X(regular.grid(50),25) # }
Run the code above in your browser using DataLab