Description Usage Arguments Details Author(s) References See Also Examples
The function setValues
set the values of the process.
1 |
process |
an S4 object process; |
values |
the values of the process on the atlas. |
Statistical tools developed in the Fieldsim package allows real dataset inserted in the model process. Consequently the user can set the values of the process. Parameter will be forgotten using statistical command. This values will be erase with the use of fieldsim.
Alexandre Brouste (http://perso.univ-lemans.fr/~abrouste/) and Sophie Lambert-Lacroix (http://membres-timc.imag.fr/Sophie.Lambert/).
A. Brouste, J. Istas and S. Lambert-Lacroix (2015). Fractional Gaussian bridges with the package FieldSim
.
1 2 3 4 5 6 7 8 9 10 | # Load FieldSim library
library(FieldSim)
#Dataset (to do)
plane.fBm<-setProcess("fBm-plane",0.6)
fieldsim(plane.fBm)
sample<-plane.fBm@values
plane.fBm.2<-setProcess("fBm-plane",0.7)
setValues(plane.fBm.2,sample)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.