function K = constant_correlation ( s, t ) %*****************************************************************************80 % %% CONSTANT_CORRELATION evaluates the constant correlation function. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 15 February 2012 % % Author: % % John Burkardt % % Reference: % % Petter Abrahamsen, % A Review of Gaussian Random Fields and Correlation Functions, % Norwegian Computing Center, 1997. % K = ones ( size ( s ) ); return end