function mean = lorentz_mean ( ) %*****************************************************************************80 % %% LORENTZ_MEAN returns the mean of the Lorentz PDF. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 01 February 1999 % % Author: % % John Burkardt % % Parameters: % % Output, real MEAN, the mean of the PDF. % mean = 0.0; return end