summaryrefslogtreecommitdiff
path: root/inst/utils/stk_conditioning.m
diff options
context:
space:
mode:
Diffstat (limited to 'inst/utils/stk_conditioning.m')
-rw-r--r--inst/utils/stk_conditioning.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/inst/utils/stk_conditioning.m b/inst/utils/stk_conditioning.m
index 12a7e66..544cb59 100644
--- a/inst/utils/stk_conditioning.m
+++ b/inst/utils/stk_conditioning.m
@@ -58,7 +58,7 @@
% This file is part of
%
% STK: a Small (Matlab/Octave) Toolbox for Kriging
-% (http://sourceforge.net/projects/kriging)
+% (https://github.com/stk-kriging/stk/)
%
% STK is free software: you can redistribute it and/or modify it under
% the terms of the GNU General Public License as published by the Free
@@ -153,7 +153,7 @@ end % function
%! zi = (1:NI)'; % linear response ;-)
%!
%! % Carry out the kriging prediction at points xt
-%! model = stk_model ('stk_materncov52_iso');
+%! model = stk_model (@stk_materncov52_iso);
%! model.param = log ([1.0; 2.9]);
%! [ignore_zp, lambda] = stk_predict (model, xi, [], xt);
%!