Home > freetb4matlab > deprecated > lognormal_inv.m

lognormal_inv

PURPOSE ^

% For each element of @var{x}, compute the quantile (the inverse of the

SYNOPSIS ^

function inv = lognormal_inv (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} lognormal_inv (@var{x}, @var{a}, @var{v})
% For each element of @var{x}, compute the quantile (the inverse of the
% 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