fBm_BML

One-dimensional fractional Brownian motion (fBm) generator using time-domain computation and Cholesky decomposition of increment covariance
28 download
Aggiornato 22 giu 2022

Visualizza la licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2022a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Tag Aggiungi tag
Riconoscimenti

Ispirato da: Fractional Brownian motion generator

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0