hbrown | R Documentation |
hbrown
estimates the scaling factor h
(used in the
Brownian motion, see help(simm.brown)
) from a trajectory.
hbrown(x)
x |
an object of class |
a vector with one estimate per burst of the object of class
ltraj
.
Clement Calenge clement.calenge@ofb.gouv.fr
simm.brown
toto <- simm.brown(1:200, h=4)
hbrown(toto)
toto <- simm.brown(1:200, h=20)
hbrown(toto)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.