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