Learn R Programming

adehabitatLT (version 0.3.28)

hbrown: Estimates the value of h for a Brownian motion

Description

hbrown estimates the scaling factor h (used in the Brownian motion, see help(simm.brown)) from a trajectory.

Usage

hbrown(x)

Value

a vector with one estimate per burst of the object of class

ltraj.

Arguments

x

an object of class ltraj

Author

Clement Calenge clement.calenge@ofb.gouv.fr

See Also

simm.brown

Examples

Run this code
toto <- simm.brown(1:200, h=4)
hbrown(toto)

toto <- simm.brown(1:200, h=20)
hbrown(toto)


Run the code above in your browser using DataLab