--- myst: substitutions: macro: python: 1-5,12-31,34-45 cpp: 5-7,10-27,30-41 console: python: 17-34 cpp: 19-36 --- # Macro "**modelerbuildGPWithAPriori.{{extension}}**" ## Objective This macro is the one described in [](#modeler_kriging_model_trend_bayesian), that creates a gaussian process with a specific trend and an *a priori* knowledge on the mean and variance of the trend parameters. ## Macro {{uranie}} {{ "```{literalinclude} " + parent_dir + "/roottest/uranie/doc/modeler/use_cases/" + language + "/modelerbuildGPWithAPriori." + extension + "\n" + ":language: " + language + "\n" + ":lines: " + macro[language] + "\n" + "```" }} ## Console This is the result of the last command: {{ "```{literalinclude} " + parent_dir + "/roottest/build/uranie/doc/modeler/use_cases/" + language + "/modelerbuildGPWithAPriori.log\n" + ":language: none\n" + ":lines: " + console[language] + "\n" + "```" }}