Home > freetb4matlab > deprecated > lognormal_cdf.m

lognormal_cdf

PURPOSE ^

% For each element of @var{x}, compute the cumulative distribution

SYNOPSIS ^

function cdf = lognormal_cdf (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} lognormal_cdf (@var{x}, @var{a}, @var{v})
% For each element of @var{x}, compute the cumulative distribution
% function (CDF) at @var{x} of the lognormal distribution with
% parameters @var{a} and @var{v}.  If a random variable follows this
% distribution, its logarithm is normally distributed with mean
% @code{log (@var{a})} and variance @var{v}.
%
% Default values are @var{a} = 1, @var{v} = 1.
% @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