function mean = cauchy_mean ( a, b ) %% CAUCHY_MEAN returns the mean of the Cauchy PDF. % % Modified: % % 05 September 2004 % % Author: % % John Burkardt % % Parameters: % % Input, real A, B, the parameters of the PDF. % 0.0 < B. % % Output, real MEAN, the mean of the PDF. % mean = a;