fBm_BML
Version 1.0.0 (1.8 KB) by
Alessandro
One-dimensional fractional Brownian motion (fBm) generator using time-domain computation and Cholesky decomposition of increment covariance
% 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)
Cite As
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 Release Compatibility
Created with
R2022a
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Acknowledgements
Inspired by: Fractional Brownian motion generator
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0 |