summaryrefslogtreecommitdiff
path: root/inst/model/prior_struct/stk_ortho_func.m
diff options
context:
space:
mode:
Diffstat (limited to 'inst/model/prior_struct/stk_ortho_func.m')
-rw-r--r--inst/model/prior_struct/stk_ortho_func.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/inst/model/prior_struct/stk_ortho_func.m b/inst/model/prior_struct/stk_ortho_func.m
index c35f89e..c8febeb 100644
--- a/inst/model/prior_struct/stk_ortho_func.m
+++ b/inst/model/prior_struct/stk_ortho_func.m
@@ -1,4 +1,4 @@
-% STK_ORTHO_FUNC [deprecated]
+% STK_ORTHO_FUNC [deprecated]
%
% CALL: P = stk_ortho_func (MODEL, X)
%
@@ -35,7 +35,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
@@ -72,7 +72,7 @@ end % function
%!shared model, x, n, d
%! n = 15; d = 4;
-%! model = stk_model ('stk_materncov_aniso', d);
+%! model = stk_model (@stk_materncov_aniso, d);
%! x = stk_sampling_randunif (n, d);
%! model = rmfield (model, 'lm'); % Test the old .order approach