Skip to content

Commit

Permalink
GitHub Actions build openturns/otbenchmark 11242207904
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Oct 8, 2024
1 parent 6699e72 commit 4b72478
Show file tree
Hide file tree
Showing 68 changed files with 365 additions and 465 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In this example, we check that the reference probabilities in the reliability problems\nare consistent with confidence bounds from Monte-Carlo simulations.\nThese 95% confidence bounds are stored in 'reliability_compute_reference_proba.csv'\nand required approximately than :math`10^9` function evaluations for each problem.\n\nWe consider two different metrics:\n\n* we check if the reference probability is within the 95% confidence bounds,\n* we compute the number of significant digits by comparing the Monte-Carlo estimator and the reference value.\n\nThe number of significant digits may be as high as 17 when all decimal digits are correct.\nHowever, the reference probabilities are only known up to 3 digits for most problems.\nIn order to keep some safeguard, we will be happy with 2 correct digits.\n\nThese metrics may fail.\n\n* On average, a fraction equal to 5% of the estimates are outside the confidence bounds.\n* The Monte-Carlo estimator may not be accurate enough, e.g. if the probability is very close to zero.\n\n"
"In this example, we check that the reference probabilities in the reliability problems\nare consistent with confidence bounds from Monte-Carlo simulations.\nThese 95% confidence bounds are stored in 'reliability_compute_reference_proba.csv'\nand required approximately than $10^9$ function evaluations for each problem.\n\nWe consider two different metrics:\n\n* we check if the reference probability is within the 95% confidence bounds,\n* we compute the number of significant digits by comparing the Monte-Carlo estimator and the reference value.\n\nThe number of significant digits may be as high as 17 when all decimal digits are correct.\nHowever, the reference probabilities are only known up to 3 digits for most problems.\nIn order to keep some safeguard, we will be happy with 2 correct digits.\n\nThese metrics may fail.\n\n* On average, a fraction equal to 5% of the estimates are outside the confidence bounds.\n* The Monte-Carlo estimator may not be accurate enough, e.g. if the probability is very close to zero.\n\n"
]
},
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# In this example, we check that the reference probabilities in the reliability problems
# are consistent with confidence bounds from Monte-Carlo simulations.
# These 95% confidence bounds are stored in 'reliability_compute_reference_proba.csv'
# and required approximately than :math`10^9` function evaluations for each problem.
# and required approximately than :math:`10^9` function evaluations for each problem.
#
# We consider two different metrics:
#
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified otbenchmark/master/_images/sphx_glr_plot_drawevent_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified otbenchmark/master/_images/sphx_glr_plot_drawevent_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified otbenchmark/master/_images/sphx_glr_plot_drawevent_004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified otbenchmark/master/_images/sphx_glr_plot_drawevent_006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified otbenchmark/master/_images/sphx_glr_plot_drawevent_007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified otbenchmark/master/_images/sphx_glr_plot_drawevent_009.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified otbenchmark/master/_images/sphx_glr_plot_drawevent_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 0 additions & 43 deletions otbenchmark/master/_sources/auto_examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,49 +219,6 @@ General examples
/auto_examples/plot_convergence_reliability_mc
/auto_examples/plot_uncecomp_ot_examples

Reliability examples
====================



.. raw:: html

<div class="sphx-glr-thumbnails">

.. thumbnail-parent-div-open
.. thumbnail-parent-div-close
.. raw:: html

</div>

Sensitivity examples
====================



.. raw:: html

<div class="sphx-glr-thumbnails">

.. thumbnail-parent-div-open
.. thumbnail-parent-div-close
.. raw:: html

</div>


.. toctree::
:hidden:
:includehidden:


/auto_examples/reliability/index.rst
/auto_examples/sensitivity/index.rst


.. only:: html

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Check reliability problems reference probabilities
In this example, we check that the reference probabilities in the reliability problems
are consistent with confidence bounds from Monte-Carlo simulations.
These 95% confidence bounds are stored in 'reliability_compute_reference_proba.csv'
and required approximately than :math`10^9` function evaluations for each problem.
and required approximately than :math:`10^9` function evaluations for each problem.

We consider two different metrics:

Expand Down Expand Up @@ -644,7 +644,7 @@ in absolute value, to the Monte-Carlo estimator.

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.269 seconds)
**Total running time of the script:** (0 minutes 0.271 seconds)


.. _sphx_glr_download_auto_examples_plot_check_reliability_reference_probabilities.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Create a Punk distribution
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 5.271 seconds)
**Total running time of the script:** (0 minutes 5.298 seconds)


.. _sphx_glr_download_auto_examples_plot_conditionaldistribution.py:
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Plot cross-cuts of the distribution

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 3.140 seconds)
**Total running time of the script:** (0 minutes 3.891 seconds)


.. _sphx_glr_download_auto_examples_plot_crosscut_distribution_2d.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Print the iso-values of the distribution

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 4.429 seconds)
**Total running time of the script:** (0 minutes 7.552 seconds)


.. _sphx_glr_download_auto_examples_plot_crosscut_distribution_3d.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Let :math:`\bar{x}\in\mathbb{R}^3` be the reference point.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.811 seconds)
**Total running time of the script:** (0 minutes 0.715 seconds)


.. _sphx_glr_download_auto_examples_plot_crosscut_function.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ See https://github.com/mbaudin47/otbenchmark/issues/47 for details.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 8.662 seconds)
**Total running time of the script:** (0 minutes 10.456 seconds)


.. _sphx_glr_download_auto_examples_plot_draw_cross_cuts.py:
Expand Down
4 changes: 2 additions & 2 deletions otbenchmark/master/_sources/auto_examples/plot_drawevent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ In this case, we can use the `drawInputOutputSample` method.
.. code-block:: none
class=Graph name=Points X s.t. g(X) < 0.0 implementation=class=GraphImplementation name=Points X s.t. g(X) < 0.0 title=Points X s.t. g(X) < 0.0 xTitle=x1 yTitle=x2 axes=ON grid=ON legendposition=topright legendFontSize=1 drawables=[class=Drawable name=In implementation=class=Cloud name=In derived from class=DrawableImplementation name=In legend=In data=class=Sample name=Unnamed implementation=class=SampleImplementation name=Unnamed size=40 dimension=2 data=[[1.71237,2.85486],[1.66792,2.31783],[2.69441,1.34366],[1.86644,2.24982],[2.02031,1.92003],[1.37012,2.49056],[2.09796,1.7934],[1.51539,2.21068],[1.65414,2.24108],[2.38439,1.58069],[2.09313,1.52526],[1.88487,2.12252],[1.53307,3.17321],[3.35848,1.22148],[1.73253,2.64634],[2.53091,1.47052],[1.76564,1.90677],[2.22299,1.66299],[2.72437,1.52226],[1.87608,1.75339],[1.20151,2.79605],[1.61561,1.94388],[1.97895,2.3215],[1.45782,3.05815],[1.98593,1.87883],[2.16331,1.7884],[0.998138,3.66056],[2.15616,1.83874],[1.47851,2.3263],[2.55846,1.62646],[3.36152,1.47219],[2.65572,2.43453],[2.02096,1.72365],[1.94358,2.18157],[1.99646,2.14285],[3.05755,1.43522],[2.17683,2.15387],[1.77961,2.17732],[1.32333,3.19999],[2.03815,1.59132]] color=lightsalmon3 isColorExplicitlySet=true fillStyle=solid lineStyle=solid pointStyle=fsquare lineWidth=1,class=Drawable name=Out implementation=class=Cloud name=Out derived from class=DrawableImplementation name=Out legend=Out data=class=Sample name=Unnamed implementation=class=SampleImplementation name=Unnamed size=9960 dimension=2 data=[[-0.173501,-0.0297064],[-1.61099,1.88273],[0.280493,-1.76397],...,[-0.501814,-2.23713],[1.12524,0.218319],[-1.00681,0.0682829]] color=darkseagreen3 isColorExplicitlySet=true fillStyle=solid lineStyle=solid pointStyle=fsquare lineWidth=1]
class=Graph name=Points X s.t. g(X) < 0.0 implementation=class=GraphImplementation name=Points X s.t. g(X) < 0.0 title=Points X s.t. g(X) < 0.0 xTitle=x1 yTitle=x2 axes=ON grid=ON legendposition=topright legendFontSize=1 drawables=[class=Drawable name=In implementation=class=Cloud name=In derived from class=DrawableImplementation name=In legend=In data=class=Sample name=Unnamed implementation=class=SampleImplementation name=Unnamed size=48 dimension=2 data=[[1.75206,2.1331],[2.65402,1.25186],[3.05344,1.37844],[1.51339,2.51736],[2.54761,1.37642],[2.12316,2.55392],[2.9651,1.10725],[1.56455,2.53366],[1.25938,2.77634],[1.23662,2.82189],[2.59475,1.45159],[1.99746,2.53124],[2.14658,1.89942],[2.13898,1.76489],[2.80095,1.14849],[1.42333,2.50344],[1.99307,1.70834],[2.23565,2.336],[2.30481,2.06017],[2.76317,2.07778],[2.05894,1.8149],[2.06568,1.57253],[2.00174,1.65279],[1.83384,2.53628],[2.2881,1.73489],[1.22935,2.86777],[1.72694,2.19741],[2.66474,1.49464],[1.95762,1.64623],[2.33063,1.58673],[2.5289,1.45325],[1.91649,2.14158],[1.37821,2.3388],[1.32028,2.72169],[1.97745,1.67481],[2.35367,1.72189],[1.94211,2.20454],[2.44141,2.16931],[1.88873,1.90417],[3.05892,2.42918],[2.10954,2.835],[1.74686,1.89147],[1.31915,3.10624],[1.46469,2.3849],[2.32639,1.46009],[2.85151,1.6471],[2.47383,2.06196],[2.64109,1.62487]] color=lightsalmon3 isColorExplicitlySet=true fillStyle=solid lineStyle=solid pointStyle=fsquare lineWidth=1,class=Drawable name=Out implementation=class=Cloud name=Out derived from class=DrawableImplementation name=Out legend=Out data=class=Sample name=Unnamed implementation=class=SampleImplementation name=Unnamed size=9952 dimension=2 data=[[0.83378,-1.49686],[-1.03462,-0.611822],[2.66921,-0.140542],...,[1.3881,-0.559157],[-1.22664,0.216045],[0.683437,0.589782]] color=darkseagreen3 isColorExplicitlySet=true fillStyle=solid lineStyle=solid pointStyle=fsquare lineWidth=1]
Expand All @@ -465,7 +465,7 @@ In this case, we can use the `drawInputOutputSample` method.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 12.291 seconds)
**Total running time of the script:** (0 minutes 8.261 seconds)


.. _sphx_glr_download_auto_examples_plot_drawevent.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ This corresponds to the following code and comments:

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.285 seconds)
**Total running time of the script:** (0 minutes 0.289 seconds)


.. _sphx_glr_download_auto_examples_plot_lognormal_bbrc.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Create a LHS algorithm
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 8.654 seconds)
**Total running time of the script:** (0 minutes 4.821 seconds)


.. _sphx_glr_download_auto_examples_plot_methodFactory.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ ThresholdEvent

.. code-block:: none
Pf = 0.15619223659889064
Pf = 0.1497584541062803
Expand All @@ -491,7 +491,7 @@ ThresholdEvent
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (1 minutes 41.783 seconds)
**Total running time of the script:** (1 minutes 41.465 seconds)


.. _sphx_glr_download_auto_examples_plot_uncecomp_ot_examples.py:
Expand Down
32 changes: 16 additions & 16 deletions otbenchmark/master/_sources/auto_examples/sg_execution_times.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Computation times
=================
**02:29.113** total execution time for 11 files **from auto_examples**:
**02:27.671** total execution time for 11 files **from auto_examples**:

.. container::

Expand All @@ -33,35 +33,35 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_plot_uncecomp_ot_examples.py` (``plot_uncecomp_ot_examples.py``)
- 01:41.783
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_drawevent.py` (``plot_drawevent.py``)
- 00:12.291
- 01:41.465
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_draw_cross_cuts.py` (``plot_draw_cross_cuts.py``)
- 00:08.662
- 00:10.456
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_methodFactory.py` (``plot_methodFactory.py``)
- 00:08.654
* - :ref:`sphx_glr_auto_examples_plot_drawevent.py` (``plot_drawevent.py``)
- 00:08.261
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_crosscut_distribution_3d.py` (``plot_crosscut_distribution_3d.py``)
- 00:07.552
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_conditionaldistribution.py` (``plot_conditionaldistribution.py``)
- 00:05.271
- 00:05.298
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_crosscut_distribution_3d.py` (``plot_crosscut_distribution_3d.py``)
- 00:04.429
* - :ref:`sphx_glr_auto_examples_plot_methodFactory.py` (``plot_methodFactory.py``)
- 00:04.821
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_convergence_reliability_mc.py` (``plot_convergence_reliability_mc.py``)
- 00:03.520
- 00:04.651
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_crosscut_distribution_2d.py` (``plot_crosscut_distribution_2d.py``)
- 00:03.140
- 00:03.891
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_crosscut_function.py` (``plot_crosscut_function.py``)
- 00:00.811
- 00:00.715
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_lognormal_bbrc.py` (``plot_lognormal_bbrc.py``)
- 00:00.285
- 00:00.289
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_check_reliability_reference_probabilities.py` (``plot_check_reliability_reference_probabilities.py``)
- 00:00.269
- 00:00.271
- 0.0
32 changes: 16 additions & 16 deletions otbenchmark/master/_sources/sg_execution_times.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Computation times
=================
**02:29.113** total execution time for 11 files **from all galleries**:
**02:27.671** total execution time for 11 files **from all galleries**:

.. container::

Expand All @@ -33,35 +33,35 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_plot_uncecomp_ot_examples.py` (``examples/plot_uncecomp_ot_examples.py``)
- 01:41.783
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_drawevent.py` (``examples/plot_drawevent.py``)
- 00:12.291
- 01:41.465
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_draw_cross_cuts.py` (``examples/plot_draw_cross_cuts.py``)
- 00:08.662
- 00:10.456
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_methodFactory.py` (``examples/plot_methodFactory.py``)
- 00:08.654
* - :ref:`sphx_glr_auto_examples_plot_drawevent.py` (``examples/plot_drawevent.py``)
- 00:08.261
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_crosscut_distribution_3d.py` (``examples/plot_crosscut_distribution_3d.py``)
- 00:07.552
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_conditionaldistribution.py` (``examples/plot_conditionaldistribution.py``)
- 00:05.271
- 00:05.298
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_crosscut_distribution_3d.py` (``examples/plot_crosscut_distribution_3d.py``)
- 00:04.429
* - :ref:`sphx_glr_auto_examples_plot_methodFactory.py` (``examples/plot_methodFactory.py``)
- 00:04.821
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_convergence_reliability_mc.py` (``examples/plot_convergence_reliability_mc.py``)
- 00:03.520
- 00:04.651
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_crosscut_distribution_2d.py` (``examples/plot_crosscut_distribution_2d.py``)
- 00:03.140
- 00:03.891
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_crosscut_function.py` (``examples/plot_crosscut_function.py``)
- 00:00.811
- 00:00.715
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_lognormal_bbrc.py` (``examples/plot_lognormal_bbrc.py``)
- 00:00.285
- 00:00.289
- 0.0
* - :ref:`sphx_glr_auto_examples_plot_check_reliability_reference_probabilities.py` (``examples/plot_check_reliability_reference_probabilities.py``)
- 00:00.269
- 00:00.271
- 0.0
10 changes: 0 additions & 10 deletions otbenchmark/master/auto_examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ <h3><a href="../index.html">Table of Contents</a></h3>
<li class="toctree-l1"><a class="reference internal" href="../user_manual/user_manual.html">API Reference</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../examples/examples.html">Examples</a><ul class="current">
<li class="toctree-l2 current"><a class="current reference internal" href="#">General examples</a></li>
<li class="toctree-l2"><a class="reference internal" href="#reliability-examples">Reliability examples</a></li>
<li class="toctree-l2"><a class="reference internal" href="#sensitivity-examples">Sensitivity examples</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -143,14 +141,6 @@ <h1>General examples<a class="headerlink" href="#general-examples" title="Link t
<div class="sphx-glr-thumbnail-title">Introduction to OpenTURNS objects</div>
</div></div><div class="toctree-wrapper compound">
</div>
</section>
<section id="reliability-examples">
<h1>Reliability examples<a class="headerlink" href="#reliability-examples" title="Link to this heading"></a></h1>
<div class="sphx-glr-thumbnails"></div></section>
<section id="sensitivity-examples">
<h1>Sensitivity examples<a class="headerlink" href="#sensitivity-examples" title="Link to this heading"></a></h1>
<div class="sphx-glr-thumbnails"></div><div class="toctree-wrapper compound">
</div>
<div class="sphx-glr-footer sphx-glr-footer-gallery docutils container">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">all</span> <span class="pre">examples</span> <span class="pre">in</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">auto_examples_python.zip</span></code></a></p>
Expand Down
Loading

0 comments on commit 4b72478

Please sign in to comment.