UncertaintyModel ================ UncertaintyModel is the abstract base class for computing the uncertainty estimate for a given discretization level. Below is the description of the abstract base class followed by the concrete classes. .. autoclass:: cfdverify.discretization.UncertaintyModel :members: .. autoclass:: cfdverify.discretization.GCI :members: :show-inheritance: .. autoclass:: cfdverify.discretization.StudentsTDistribution :members: :show-inheritance: .. autoclass:: cfdverify.discretization.FactorOfSafety :members: :show-inheritance: