function mean = exponential_01_mean ( ) %*****************************************************************************80 % %% EXPONENTIAL_01_MEAN returns the mean of the Exponential 01 PDF. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 09 September 2004 % % Author: % % John Burkardt % % Parameters: % % Output, real MEAN, the mean of the PDF. % mean = 1.0; return end