function variance = circular_normal_01_variance ( ) %*****************************************************************************80 % %% CIRCULAR_NORMAL_01_VARIANCE returns the variance of the Circular Normal 01 PDF. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 06 September 2004 % % Author: % % John Burkardt % % Parameters: % % Output, real VARIANCE(2), the variance of the PDF. % variance(1:2) = 1.0; return end