summaryrefslogtreecommitdiff
path: root/inst/model/@stk_model_/stk_get_sample_size.m
diff options
context:
space:
mode:
Diffstat (limited to 'inst/model/@stk_model_/stk_get_sample_size.m')
-rw-r--r--inst/model/@stk_model_/stk_get_sample_size.m35
1 files changed, 35 insertions, 0 deletions
diff --git a/inst/model/@stk_model_/stk_get_sample_size.m b/inst/model/@stk_model_/stk_get_sample_size.m
new file mode 100644
index 0000000..7d5a6b1
--- /dev/null
+++ b/inst/model/@stk_model_/stk_get_sample_size.m
@@ -0,0 +1,35 @@
+% STK_GET_SAMPLE_SIZE [overload STK function]
+
+% Copyright Notice
+%
+% Copyright (C) 2020 CentraleSupelec
+%
+% Author: Julien Bect <julien.bect@centralesupelec.fr>
+
+% Copying Permission Statement
+%
+% This file is part of
+%
+% STK: a Small (Matlab/Octave) Toolbox for 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
+% Software Foundation, either version 3 of the License, or (at your
+% option) any later version.
+%
+% STK is distributed in the hope that it will be useful, but WITHOUT
+% ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+% or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+% License for more details.
+%
+% You should have received a copy of the GNU General Public License
+% along with STK. If not, see <http://www.gnu.org/licenses/>.
+
+function n = stk_get_sample_size (model)
+
+% DESIGN NOTE: cf. stk_get_prior_model.m
+
+n = 0;
+
+end % function