1%feature("docstring") OT::ExpectationSimulationResult
2"Expectation simulation result.
3
4Gathers the results of a :class:`~openturns.ExpectationSimulationAlgorithm`
5algorithm.
6
7See also
8--------
9ExpectationSimulationAlgorithm"
10
11// ---------------------------------------------------------------------
12
13%feature("docstring") OT::ExpectationSimulationResult::setRandomVector
14"Accessor to the random variable.
15
16Parameters
17----------
18event : :class:`~openturns.RandomVector`
19    Random variable we want to study."
20
21// ---------------------------------------------------------------------
22
23%feature("docstring") OT::ExpectationSimulationResult::getRandomVector
24"Accessor to the random variable.
25
26Returns
27-------
28event : :class:`~openturns.RandomVector`
29    Random variable we want to study."
30
31// ---------------------------------------------------------------------
32
33%feature("docstring") OT::ExpectationSimulationResult::getExpectationEstimate
34"Accessor to the expectation estimate.
35
36Returns
37-------
38expectationEstimate : :class:`~openturns.Point`
39    Estimate of the expectation."
40
41// ---------------------------------------------------------------------
42
43%feature("docstring") OT::ExpectationSimulationResult::setExpectationEstimate
44"Accessor to the expectation estimate.
45
46Parameters
47----------
48expectationEstimate : :class:`~openturns.Point`
49    Estimate of the expectation."
50
51// ---------------------------------------------------------------------
52
53%feature("docstring") OT::ExpectationSimulationResult::getVarianceEstimate
54"Accessor to the variance estimate.
55
56Returns
57-------
58expectationEstimate : :class:`~openturns.Point`
59    Estimate of the variance."
60
61// ---------------------------------------------------------------------
62
63%feature("docstring") OT::ExpectationSimulationResult::setVarianceEstimate
64"Accessor to the variance estimate.
65
66Parameters
67----------
68expectationEstimate : :class:`~openturns.Point`
69    Estimate of the variance."
70
71// ---------------------------------------------------------------------
72
73%feature("docstring") OT::ExpectationSimulationResult::getExpectationDistribution
74"Accessor to the expectation distribution.
75
76Returns
77-------
78expectationEstimate : :class:`~openturns.Distribution`
79    Distribution of the expectation."
80
81// ---------------------------------------------------------------------
82
83%feature("docstring") OT::ExpectationSimulationResult::getStandardDeviation
84"Accessor to the expectation distribution.
85
86Returns
87-------
88standardDeviation : :class:`~openturns.Point`
89    Standard deviation."
90
91// ---------------------------------------------------------------------
92
93%feature("docstring") OT::ExpectationSimulationResult::getCoefficientOfVariation
94"Accessor to the expectation distribution.
95
96Returns
97-------
98coefficientOfVariation : :class:`~openturns.Point`
99    Coefficient of variation."
100