


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