summaryrefslogtreecommitdiff
path: root/inst/examples/01_kriging_basics/stk_example_kb02.m
diff options
context:
space:
mode:
Diffstat (limited to 'inst/examples/01_kriging_basics/stk_example_kb02.m')
-rw-r--r--inst/examples/01_kriging_basics/stk_example_kb02.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/inst/examples/01_kriging_basics/stk_example_kb02.m b/inst/examples/01_kriging_basics/stk_example_kb02.m
index b4e723f..c87c8a1 100644
--- a/inst/examples/01_kriging_basics/stk_example_kb02.m
+++ b/inst/examples/01_kriging_basics/stk_example_kb02.m
@@ -22,7 +22,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
@@ -61,7 +61,7 @@ stk_title ('True function and observed data');
% Define a model with a constant but unknown mean (ordinary kriging)
% and a Matern covariance function, the parameters of which will be
% estimated from the data.
-model = stk_model ('stk_materncov_iso');
+model = stk_model (@stk_materncov_iso);
%% Parameter estimation