--- myst: substitutions: macro: python: 1-5,15-34 cpp: 4,11-24 --- # Macro "**uncertModelerTestsYoungsModulus.{{extension}}**" ## Objective The objective of the macro is to pass the 3 tests of fit based on Empirical Distribution Function (EDF) statistics (**Kolmogorov-Smirnov (D)**, **Cramer-VonMises (W2)** and **Anderson-Darling (A2)**) on the attribute *"E"* in the `"youngsmodulus"` dataset. The tested law is the **"normal"** distribution when both the mean (30576) and variance (1450) are set or when both are defined either from the sample. ## Macro {{uranie}} {{ "```{literalinclude} " + parent_dir + "/roottest/uranie/doc/uncertModeler/use_cases/" + language + "/uncertModelerTestsYoungsModulus." + extension + "\n" + ":language: " + language + "\n" + ":lines: " + macro[language] + "\n" + "```" }} ## Graph {{ "```{figure} " + parent_dir + "/roottest/build/uranie/doc/uncertModeler/use_cases/" + language + "/uncert_modulus/uncertModelerTestsYoungsModulus.png\n" + ":align: center\n" + ":name: use_cases_uncertModelerTestsYoungsModulus\n" + figure_scale_reduced + "\n" + "\n" + "Graph of the macro **\"uncertModelerTestsYoungsModulus." + extension + "\"**" + "\n" + "```" }}