fBm_BML

Version 1.0.0 (1,8 KB) von Alessandro
One-dimensional fractional Brownian motion (fBm) generator using time-domain computation and Cholesky decomposition of increment covariance
30 Downloads
Aktualisiert 22. Jun 2022

Lizenz anzeigen

% 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)

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2022a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Tags Tags hinzufügen
Quellenangaben

Inspiriert von: Fractional Brownian motion generator

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0