summaryrefslogtreecommitdiff
path: root/inst/core/stk_predict_leaveoneout.m
diff options
context:
space:
mode:
Diffstat (limited to 'inst/core/stk_predict_leaveoneout.m')
-rw-r--r--inst/core/stk_predict_leaveoneout.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/inst/core/stk_predict_leaveoneout.m b/inst/core/stk_predict_leaveoneout.m
index 0dcffcf..7ee8d6b 100644
--- a/inst/core/stk_predict_leaveoneout.m
+++ b/inst/core/stk_predict_leaveoneout.m
@@ -43,7 +43,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
@@ -81,7 +81,7 @@ end % function
%! n = 20;
%! x_obs = stk_sampling_regulargrid (n, 1, [0; 2*pi]);
%! z_obs = stk_feval (@sin, x_obs);
-%! model = stk_model ('stk_materncov32_iso');
+%! model = stk_model (@stk_materncov32_iso);
%! model.param = log ([1; 5]);
%!test % one output