Brown: Brownian motion and Brownian bridge

View source: R/Kovarianser.R

BrownR Documentation

Brownian motion and Brownian bridge

Description

Brownian motion and Brownian bridge

Usage

Brown(t, par = c(tau = 1, noise = 1), motion = FALSE)

Arguments

t

time points

par

Two-dimensional. Variance of BB/BM and variance of noise.

motion

logical. Brownian bridge or brownian motion?

Value

Covariance matrix

Examples

t <- seq(0,1 , 0.01)
Brown(t, c(0.1, 0.001), TRUE)

naolsen/simm.fda documentation built on June 28, 2022, 2:41 a.m.