% -*- texinfo -*- % @deftypefn {Function File} {[@var{m}, @var{v}] =} expstat (@var{l}) % Compute mean and variance of the exponential distribution. % % @subheading Arguments % % @itemize @bullet % @item % @var{l} is the parameter of the exponential distribution. The % elements of @var{l} must be positive % @end itemize % % @subheading Return values % % @itemize @bullet % @item % @var{m} is the mean of the exponential distribution % % @item % @var{v} is the variance of the exponential distribution % @end itemize % % @subheading Example % % @example % @group % l = 1:6; % [m, v] = expstat (l) % @end group % @end example % % @subheading References % % @enumerate % @item % Wendy L. Martinez and Angel R. Martinez. @cite{Computational Statistics % Handbook with MATLAB}. Appendix E, pages 547-557, Chapman & Hall/CRC, % 2001. % % @item % Athanasios Papoulis. @cite{Probability, Random Variables, and Stochastic % Processes}. McGraw-Hill, New York, second edition, 1984. % @end enumerate % @end deftypefn