1%feature("docstring") OT::PostAnalyticalSimulation 2"Post analytical simulation. 3 4See also 5-------- 6PostAnalyticalImportanceSampling, PostAnalyticalControlledImportanceSampling 7 8Notes 9----- 10This class inherits from EventSimulation. 11 12The principle is to perform a simulation study to evaluate the threshold 13exceedance probability according to an importance density centered around the 14design point, in the standard space. The importance distribution is the standard 15distribution of the standard space. 16 17A PostAnalyticalSimulation object can be created only through its derivative 18classes : :class:`~openturns.PostAnalyticalImportanceSampling` or 19:class:`~openturns.PostAnalyticalControlledImportanceSampling`." 20 21// --------------------------------------------------------------------- 22 23%feature("docstring") OT::PostAnalyticalSimulation::getAnalyticalResult 24"Accessor to the analytical result. 25 26Returns 27------- 28result : :class:`~openturns.AnalyticalResult` 29 Result of the analytical study which has been performed just before the 30 simulation study centered around the importance factor." 31