Home > freetb4matlab > statistics > distributions > wienrnd.m

wienrnd

PURPOSE ^

% Return a simulated realization of the @var{d}-dimensional Wiener Process

SYNOPSIS ^

function retval = wienrnd (t, d, n)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} wienrnd (@var{t}, @var{d}, @var{n})
% Return a simulated realization of the @var{d}-dimensional Wiener Process
% on the interval [0, @var{t}].  If @var{d} is omitted, @var{d} = 1 is
% used.  The first column of the return matrix contains time, the
% remaining columns contain the Wiener process.
%
% The optional parameter @var{n} gives the number of summands used for
% simulating the process over an interval of length 1.  If @var{n} is
% omitted, @var{n} = 1000 is used.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003