Last chance! 50% off unlimited learning
Sale ends in
RMm2r(phi)
RMm3b(phi)
RMmps(phi)
RMmodel
RMbrownresnick(RMfbm(alpha=1))
and dimension 2.
Called as such it returns the tcf defined by the submodel -- this
definition may change in future.
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
StartExample()
model <- RMbrownresnick(RMfbm(alpha=1.5, s=0.2))
plot(RMm2r(model))
x <- seq(0, 10, 0.005)
z <- RFsimulate(RPsmith(RMm2r(model), xi=0), x)
plot(z, type="p", pch=20)
FinalizeExample()
Run the code above in your browser using DataLab