https://github.com/cran/pracma
Raw File
Tip revision: 26e049d70b4a1c237987e260cba68f6a9413736c authored by Hans W. Borchers on 09 April 2019, 04:10:07 UTC
version 2.2.5
Tip revision: 26e049d
brown72.Rd
\name{brown72}
\alias{brown72}
\docType{data}
\title{
  Brownian Motion
}
\description{
  The Brown72 data set represents a fractal Brownian motion with
  a prescribed Hurst exponent 0f 0.72 .
}
\usage{
data(brown72)
}
\format{
  The format is: one column.
}
\details{
  ``Estimating the Hurst exponent for a data set provides a measure of whether
  the data is a pure random walk or has underlying trends. Brownian walks can
  be generated from a defined Hurst exponent.''
}
\source{
  http://www.bearcave.com/misl/misl_tech/wavelets/hurst/
}
\examples{
\dontrun{
data(brown72)
plot(brown72, type = "l", col = "blue")
grid()}
}
\keyword{ datasets }
back to top