Description Usage Arguments Value Author(s) See Also Examples
Generate a Brownian path.
This method generates a Brownian path given the scale parameter a (determining "noisiness") and the vector p describing the trends. More useful as a static method.
1 2 | ## S3 method for class 'BrownianInsertor'
BrownianPath(this, p=NA, a=NA, ...)
|
this |
A BrownianInsertor object. |
p |
Path parameter (a numeric vector). |
a |
Scale paramater (a numeric vector of length one). |
... |
Not used. |
A numeric vector.
Botond Sipos, Gregory Jordan
For more information see BrownianInsertor
.
1 2 3 4 | path<-BrownianInsertor$BrownianPath(a=2,p=1:10);
path
plot(path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.