Learn R Programming

AIUQ (version 0.5.3)

corr_fBM: Construct correlation matrix for FBM

Description

Construct correlation matrix for fractional Brownian motion.

Usage

corr_fBM(len_t, H)

Value

Correlation matrix with dimension len_t-1 by len_t-1.

Arguments

len_t

number of time steps

H

Hurst parameter, value between 0 and 1

Author

tools:::Rd_package_author("AIUQ")

Examples

Run this code
library(AIUQ)
len_t = 50
H = 0.3
m = corr_fBM(len_t=len_t,H=H)

Run the code above in your browser using DataLab