--- myst: substitutions: macro: python: 1-5,17-26,29-68,74-87 cpp: 4-7,14-20,23-61,67-81 --- # Macro "**modelerbuildSimpleGPEstimWithCov.{{extension}}**" ## Objective This macro is the one described in [](#modeler_kriging_usage_prediction_global), to create and use a simple gaussian process, whose training (`utf_4D_train.dat`) and testing (`utf_4D_test.dat`) database can both be found in the document folder of the {{uranie}} installation (`${URANIESYS}/share/uranie/docUMENTS`). It uses the global approach, computing the input covariance matrix and translating it to the prediction covariance matrix. ## Macro {{uranie}} {{ "```{literalinclude} " + parent_dir + "/roottest/uranie/doc/modeler/use_cases/" + language + "/modelerbuildSimpleGPEstimWithCov." + extension + "\n" + ":language: " + language + "\n" + ":lines: " + macro[language] + "\n" + "```" }} ## Graph {{ "```{figure} " + parent_dir + "/roottest/build/uranie/doc/modeler/use_cases/" + language + "/simple_gp_estim_cov/modelerbuildSimpleGPEstimWithCov.png\n" + ":align: center\n" + ":name: use_cases_modelerbuildSimpleGPEstimWithCov\n" + figure_scale + "\n" + "\n" + "Graph of the macro **\"modelerbuildSimpleGPEstimWithCov." + extension + "\"**" + "\n" + "```" }}