fBm_BML

版本 1.0.0 (1.8 KB) 作者: Alessandro
One-dimensional fractional Brownian motion (fBm) generator using time-domain computation and Cholesky decomposition of increment covariance
28.0 次下载
更新时间 2022/6/22

查看许可证

% One-dimensional fractional Brownian motion (fBm) generator
% given the Hurst parameter 'H' in [0,1], the output is 'W_vec' computed over a vector t_vec of 'n' equally spaced time points
%
% by Alessandro Borri, Andrea De Gaetano, Simona Panunzi
% CNR-IASI BioMatLab (BML), National Research Council of Italy
%
% INPUT: Hurst parameter 'H' in [0,1], number of grid points 'n', final time 'T'.
% OUTPUT: Fractional Brownian motion 'W_vec' at times 't_vec'
% If no output is invoked, the function plots the fBm.
%
% Example: plot fBm with Hurst parameter 0.9 on the interval [0,5]
% [W_vec,t_vec]=fBm_BML(0.9,1000,5);
% figure
% plot(t_vec,W_vec)

引用格式

A. Borri, A. De Gaetano, S. Panunzi (2022). fBm_BML (https://www.mathworks.com/matlabcentral/fileexchange/<...>), MATLAB Central File Exchange. Retrieved June 22, 2022.

MATLAB 版本兼容性
创建方式 R2022a
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0