-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
456 lines (421 loc) · 25.9 KB
/
index.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -->
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>OpenTURNS</title>
<!-- htmltitle is before nature.css - we use this hack to load bootstrap first -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="bootstrap2/bootstrap.css" media="screen">
<link rel="stylesheet" href="bootstrap2/bootstrap-responsive.css">
<link rel="stylesheet" href="_static/nature.css" type="text/css">
<link rel="stylesheet" href="_static/pygments.css" type="text/css">
<link rel="stylesheet" href="_static/gallery.css" type="text/css">
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/js/copybutton.js"></script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" >
<link rel="icon" href="favicon.ico" type="image/x-icon" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="bootstrap2/bootstrap.js" type="text/javascript"></script>
<link rel="canonical" href="http://openturns.org/index.html">
<script type="text/javascript">
$("div.buttonNext, div.buttonPrevious").hover(
function () {
$(this).css('background-color', '#FF9C34');
},
function () {
$(this).css('background-color', '#A7D6E2');
}
);
function showMenu() {
var topNav = document.getElementById("openturns-navbar");
if (topNav.className === "navbar") {
topNav.className += " responsive";
} else {
topNav.className = "navbar";
}
};
</script>
<style type="text/css">.gscb_a{display:inline-block;font:27px/13px arial,sans-serif}.gsst_a .gscb_a{color:#a1b9ed;cursor:pointer}.gsst_a:hover .gscb_a,.gsst_a:focus .gscb_a{color:#36c}.gsst_a{display:inline-block}.gsst_a{cursor:pointer;padding:0 4px}.gsst_a:hover{text-decoration:none!important}.gsst_b{font-size:16px;padding:0 2px;position:relative;user-select:none;-moz-user-select:none;white-space:nowrap}.gsst_e{opacity:0.55;}.gsst_a:hover .gsst_e,.gsst_a:focus .gsst_e{opacity:0.72;}.gsst_a:active .gsst_e{opacity:1;}.gsst_f{background:white;text-align:left}.gsst_g{background-color:white;border:1px solid #ccc;border-top-color:#d9d9d9;box-shadow:0 2px 4px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);margin:-1px -3px;padding:0 6px}.gsst_h{background-color:white;height:1px;margin-bottom:-1px;position:relative;top:-1px}.gsib_a{width:100%;padding:4px 6px 0}.gsib_a,.gsib_b{vertical-align:top}.gssb_c{border:0;position:absolute;z-index:989}.gssb_e{border:1px solid #ccc;border-top-color:#d9d9d9;box-shadow:0 2px 4px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);cursor:default}.gssb_f{visibility:hidden;white-space:nowrap}.gssb_k{border:0;display:block;position:absolute;top:0;z-index:988}.gsdd_a{border:none!important}.gsq_a{padding:0}.gscsep_a{display:none}.gssb_a{padding:0 7px}.gssb_a,.gssb_a td{white-space:nowrap;overflow:hidden;line-height:22px}#gssb_b{font-size:11px;color:#36c;text-decoration:none}#gssb_b:hover{font-size:11px;color:#36c;text-decoration:underline}.gssb_g{text-align:center;padding:8px 0 7px;position:relative}.gssb_h{font-size:15px;height:28px;margin:0.2em}.gssb_i{background:#eee}.gss_ifl{visibility:hidden;padding-left:5px}.gssb_i .gss_ifl{visibility:visible}a.gssb_j{font-size:13px;color:#36c;text-decoration:none;line-height:100%}a.gssb_j:hover{text-decoration:underline}.gssb_l{height:1px;background-color:#e5e5e5}.gssb_m{color:#000;background:#fff}.gsfe_a{border:1px solid #b9b9b9;border-top-color:#a0a0a0;box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);-webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.1);}.gsfe_b{border:1px solid #4d90fe;outline:none;box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3);-moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3);}.gssb_a{padding:0 7px}.gssb_e{border:0}.gssb_l{margin:5px 0}.gssb_c .gsc-completion-container{position:static}.gssb_c{z-index:5000}.gsc-completion-container table{background:transparent;font-size:inherit;font-family:inherit}.gssb_c > tbody > tr,.gssb_c > tbody > tr > td,.gssb_d,.gssb_d > tbody > tr,.gssb_d > tbody > tr > td,.gssb_e,.gssb_e > tbody > tr,.gssb_e > tbody > tr > td{padding:0;margin:0;border:0}.gssb_a table,.gssb_a table tr,.gssb_a table tr td{padding:0;margin:0;border:0}</style></head>
<body>
<div class="header-wrapper">
<div class="header">
<p class="logo"><a href="#">
<img src="_static/logo-openturns-wo-bg.png" alt="Logo" width="80" height="80" />
</a>
</p><div class="navbar" id="openturns-navbar">
<ul>
<li><a href="#">Home</a></li>
<li><a href="https://openturns.github.io/openturns/latest/install.html">Get it</a></li>
<li class="btn-li"><div class="btn-group">
<a href="https://openturns.github.io/openturns/latest/contents.html">Documentation</a>
<a class="btn dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="https://openturns.github.io/openturns/master/index.html">Development</a></li>
<li><a href="https://openturns.github.io/openturns/latest/index.html">Latest</a></li>
<li><a href="https://openturns.github.io/openturns/1.23/index.html">1.23</a></li>
<li><a href="https://openturns.github.io/openturns/1.22/index.html">1.22</a></li>
<li class="divider"></li>
<li><a href="https://openturns.github.io/openturns/master/doxygen/index.html">Doxygen</a></li>
</ul>
</div>
</li>
<li><a href="https://openturns.discourse.group/">Forum</a></li>
<li><a href="https://github.com/openturns/openturns/wiki/Modules">Modules</a></li>
<li><a href="https://github.com/openturns/openturns">Code</a></li>
</ul>
<a href="javascript:void(0);" onclick="showMenu()">
<div class="nav-icon">
<div class="hamburger-line"></div>
<div class="hamburger-line"></div>
<div class="hamburger-line"></div>
</div>
</a>
<!-- <div class="search_form">
<div id="cse" style="width: 100%;"><div class="gsc-control-cse gsc-control-cse-en"><div class="gsc-control-wrapper-cse" dir="ltr"><form class="gsc-search-box" accept-charset="utf-8"><table class="gsc-search-box" cellspacing="0" cellpadding="0"><tbody><tr><td class="gsc-input"><input autocomplete="off" size="10" class=" gsc-input" name="search" title="search" id="gsc-i-id1" dir="ltr" spellcheck="false" style="outline: medium none; background: rgb(255, 255, 255) url("http://www.google.com/cse/static/en/google_custom_search_watermark.gif") no-repeat scroll left center;" type="text"><input name="bgresponse" id="bgresponse" type="hidden"></td><td class="gsc-search-button"><input value="Search" class="gsc-search-button" title="search" type="button"></td><td class="gsc-clear-button"><div class="gsc-clear-button" title="clear results"> </div></td></tr></tbody></table><table class="gsc-branding" cellspacing="0" cellpadding="0"><tbody><tr><td class="gsc-branding-user-defined"></td><td class="gsc-branding-text"><div class="gsc-branding-text">powered by</div></td><td class="gsc-branding-img"><img src="index_files/small-logo.png" class="gsc-branding-img"></td></tr></tbody></table></form><div class="gsc-results-wrapper-nooverlay"><div class="gsc-tabsAreaInvisible"><div class="gsc-tabHeader gsc-inline-block gsc-tabhActive">Custom Search</div><span class="gs-spacer"> </span></div><div class="gsc-tabsAreaInvisible"></div><div class="gsc-above-wrapper-area-invisible"><table class="gsc-above-wrapper-area-container" cellspacing="0" cellpadding="0"><tbody><tr><td class="gsc-result-info-container"><div class="gsc-result-info-invisible"></div></td></tr></tbody></table></div><div class="gsc-adBlockInvisible"></div><div class="gsc-wrapper"><div class="gsc-adBlockInvisible"></div><div class="gsc-resultsbox-invisible"><div class="gsc-resultsRoot gsc-tabData gsc-tabdActive"><table class="gsc-resultsHeader" cellspacing="0" cellpadding="0"><tbody><tr><td class="gsc-twiddleRegionCell"><div class="gsc-twiddle"><div class="gsc-title">Web</div></div><div class="gsc-stats"></div><div class="gsc-results-selector gsc-all-results-active"><div class="gsc-result-selector gsc-one-result" title="show one result"> </div><div class="gsc-result-selector gsc-more-results" title="show more results"> </div><div class="gsc-result-selector gsc-all-results" title="show all results"> </div></div></td><td class="gsc-configLabelCell"></td></tr></tbody></table><div><div class="gsc-expansionArea"></div></div></div></div></div></div></div></div></div>
</div>-->
</div> <!-- end navbar --></div>
</div>
<!-- Banner -->
<div class="container banner-container">
<div class="row-fluid banner-inner">
<div class="hidden-phone">
<div class="span6">
<div class="row-fluid">
<div class="offset2 span8"><div id="index_carousel_tn" class="thumbnail">
<div id="examples_carousel" class="carousel slide" data-interval="false">
<ol id="openturns_learn_index_indicators" class="carousel-indicators">
<li data-target="#examples_carousel" data-slide-to="0" class="active"></li>
<li data-target="#examples_carousel" data-slide-to="1"></li>
<li data-target="#examples_carousel" data-slide-to="2"></li>
<li data-target="#examples_carousel" data-slide-to="3"></li>
<li data-target="#examples_carousel" data-slide-to="4"></li>
<li data-target="#examples_carousel" data-slide-to="5"></li>
<li data-target="#examples_carousel" data-slide-to="6"></li>
<li data-target="#examples_carousel" data-slide-to="7"></li>
<li data-target="#examples_carousel" data-slide-to="8"></li>
<li data-target="#examples_carousel" data-slide-to="9"></li>
</ol>
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item">
<a href="https://openturns.github.io/openturns/latest/examples/examples.html">
<img src="_images/plot_logo_OT.png" alt="Galton's box"></a>
</div>
<div class="item">
<a href="https://openturns.github.io/openturns/latest/examples/examples.html">
<img src="_images/plot_distribution_fitting.png" alt="Distribution fitting"></a>
</div>
<div class="item">
<a href="https://openturns.github.io/openturns/latest/examples/examples.html">
<div class="crop-wrapper" style="width: 380px; height: 190px; overflow: hidden">
<img src="_images/plot_sobol_field.png" alt="Sobol field" style="max-height: 250px; max-width: 629px; margin-left: 100px;"></div></a>
</div>
<div class="item">
<a href="https://openturns.github.io/openturns/latest/examples/examples.html">
<img src="_images/plot_kriging.png" alt="Kernel smoothing"></a>
</div>
<div class="item">
<a href="https://openturns.github.io/openturns/latest/examples/examples.html">
<img src="_images/plot_random_walk.png" alt="Random walk process"></a>
</div>
<div class="item">
<a href="https://openturns.github.io/openturns/latest/examples/examples.html">
<img src="_images/plot_3d_mesh.png" alt="Functional basis process"></a>
</div>
<div class="item">
<a href="https://openturns.github.io/openturns/latest/examples/examples.html">
<img src="_images/plot_monte_carlo.png" alt="Scalar white noise"></a>
</div>
<div class="item">
<a href="https://openturns.github.io/openturns/latest/examples/examples.html">
<img src="_images/plot_random_field.png" alt="Normal process"></a>
</div>
<div class="item">
<a href="https://openturns.github.io/openturns/latest/examples/examples.html">
<img src="_images/plot_maximum_entropy_order_statistics_distribution.png" alt="Normal process"></a>
</div>
<div class="item">
<a href="https://openturns.github.io/openturns/latest/examples/examples.html">
<img src="_images/plot_kendall_plot.png" alt="Normal process"></a>
</div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#examples_carousel" data-slide="prev">‹</a>
<a class="carousel-control right" href="#examples_carousel" data-slide="next">›</a>
</div>
</div></div>
</div>
</div>
</div>
<div id="intro_to_sklearn_p" class="span6">
<h1>OpenTURNS</h1>
<h2>An Open source initiative for the Treatment<br>of Uncertainties, Risks'N Statistics</h2>
<ul>
<li>Multivariate probabilistic modeling including dependence</li>
<li>Numerical tools dedicated to the treatment of uncertainties</li>
<li>Generic coupling to any type of physical model</li>
<li>Open source, LGPL licensed, C++/Python library</li>
</ul>
</div>
</div>
</div>
<div class="content-wrapper">
<div class="content">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<!-- Block section -->
<div class="container-index">
<div class="container index-upper">
<div class="row-fluid">
<!-- Data analysis -->
<div class="span4 box">
<h2><a class="reference internal" href="https://openturns.github.io/openturns/latest/auto_data_analysis/index.html"><span class="std std-ref">Data analysis</span></a>
</h2>
<blockquote>
<a href="https://openturns.github.io/openturns/latest/auto_data_analysis/index.html">
<img src="_static/img/data_analysis.png" alt="Data Analysis" class="thumbnail">
</a>
<a href="https://openturns.github.io/openturns/latest/auto_data_analysis/index.html#manage-data-and-samples">
<strong>Manage data and samples</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_data_analysis/index.html#sample-analysis">
<strong>Sample analysis</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_data_analysis/index.html#distribution-fitting">
<strong>Distribution fitting</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_data_analysis/index.html#statistical-hypothesis-testing">
<strong>Statistical hypothesis testing</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_data_analysis/index.html#estimate-dependency-and-copulas">
<strong>Estimate dependency and copulas</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_data_analysis/index.html#estimate-stochastic-processes">
<strong>Estimate stochastic processes</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_data_analysis/index.html#graphics">
<strong>Graphics</strong>
</a><br>
<!--<small class="float-right box-example-links"><p><a class="reference internal" href="https://openturns.github.io/openturns/latest/examples/examples.html"><span class="std std-ref">Examples</span></a></p>
</small>-->
</blockquote>
</div>
<!-- Probabilistic modeling -->
<div class="span4 box">
<h2><a class="reference internal" href="https://openturns.github.io/openturns/latest/auto_probabilistic_modeling/index.html"><span class="std std-ref">Probabilistic modeling</span></a>
</h2>
<blockquote>
<a href="https://openturns.github.io/openturns/latest/auto_probabilistic_modeling/index.html">
<img src="_static/img/probabilistic_modeling.png" alt="Probabilistic Modeling" class="thumbnail">
</a>
<a href="https://openturns.github.io/openturns/latest/auto_probabilistic_modeling/index.html#distributions">
<strong>Distributions</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_probabilistic_modeling/index.html#copulas">
<strong>Copulas</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_probabilistic_modeling/index.html#stochastic-processes">
<strong>Stochastic processes</strong>
</a><br>
<!--<small class="float-right box-example-links"><p><a class="reference internal" href="https://openturns.github.io/openturns/latest/examples/examples.html"><span class="std std-ref">Examples</span></a></p>
</small>-->
</blockquote>
</div>
<!-- Meta modeling -->
<div class="span4 box">
<h2><a class="reference internal" href="https://openturns.github.io/openturns/latest/auto_meta_modeling/index.html"><span class="std std-ref">Meta modeling</span></a>
</h2>
<blockquote>
<a href="https://openturns.github.io/openturns/latest/auto_meta_modeling/index.html">
<img src="_static/img/meta_modeling.png" alt="Meta Modeling" class="thumbnail">
</a>
<a href="https://openturns.github.io/openturns/latest/auto_meta_modeling/index.html#general-purpose-metamodels">
<strong>General purpose metamodels</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_meta_modeling/index.html#polynomial-chaos-metamodel">
<strong>Polynomial chaos metamodel</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_meta_modeling/index.html#kriging-metamodel">
<strong>Kriging metamodel</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_meta_modeling/index.html#fields-metamodels">
<strong>Fields metamodels</strong>
</a><br>
</blockquote>
</div>
<!-- row -->
</div>
<div class="row-fluid">
<!-- Reliability, sensitivity -->
<div class="span4 box">
<h2><a class="reference internal" href="https://openturns.github.io/openturns/latest/auto_reliability_sensitivity/index.html"><span class="std std-ref">Reliability, sensitivity</span></a>
</h2>
<blockquote>
<a href="https://openturns.github.io/openturns/latest/auto_reliability_sensitivity/index.html">
<img src="_static/img/reliability_sensitivity.png" alt="Reliability Sensitivity" class="thumbnail">
</a>
<a href="https://openturns.github.io/openturns/latest/auto_reliability_sensitivity/index.html#central-dispersion">
<strong>Central dispersion</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_reliability_sensitivity/index.html#reliability">
<strong>Reliability</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_reliability_sensitivity/index.html#reliabiliy-processes">
<strong>Reliability: processes</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_reliability_sensitivity/index.html#sensitivity-analysis">
<strong>Sensitivity analysis</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_reliability_sensitivity/index.html#design-of-experiments">
<strong>Design of experiments</strong>
</a><br>
</blockquote>
</div>
<!-- Calibration -->
<div class="span4 box">
<h2><a class="reference internal" href="https://openturns.github.io/openturns/latest/auto_calibration/index.html"><span class="std std-ref">Calibration</span></a>
</h2>
<blockquote>
<a href="https://openturns.github.io/openturns/latest/auto_calibration/index.html">
<img src="_static/img/calibration.png" alt="Calibration" class="thumbnail">
</a>
<a href="https://openturns.github.io/openturns/latest/auto_calibration/index.html#least-squares-and-gaussian-calibration">
<strong>Least squares and gaussian calibration</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_calibration/index.html#bayesian-calibration">
<strong>Bayesian calibration</strong>
</a><br>
<!--<small class="float-right example-links"><p><a class="reference internal" href="https://openturns.github.io/openturns/latest/examples/examples.html"><span class="std std-ref">Examples</span></a></p>
</small>-->
</blockquote>
</div>
<!-- Functional modeling -->
<div class="span4 box">
<h2><a class="reference internal" href="https://openturns.github.io/openturns/latest/auto_functional_modeling/index.html"><span class="std std-ref">Functional modeling</span></a>
</h2>
<blockquote>
<a href="https://openturns.github.io/openturns/latest/auto_functional_modeling/index.html">
<img src="_static/img/functional_modeling.png" alt="Functional Modeling" class="thumbnail">
</a>
<a href="https://openturns.github.io/openturns/latest/auto_functional_modeling/index.html#vectorial-functions">
<strong>Vectorial functions</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_functional_modeling/index.html#field-functions">
<strong>Field functions</strong>
</a><br>
<a href="https://openturns.github.io/openturns/latest/auto_functional_modeling/index.html#link-to-an-external-code">
<strong>Link to an external code</strong>
</a><br>
<!--<small class="float-right example-links"><p><a class="reference internal" href="https://openturns.github.io/openturns/latest/examples/examples.html"><span class="std std-ref">Examples</span></a></p>
</small>-->
</blockquote>
</div>
<!-- row -->
</div>
</div> <!-- container -->
<div class="container index-lower">
<div class="row-fluid">
<!-- News -->
<div class="span4">
<h4>News</h4>
<ul>
<li><em>2024-11</em> OpenTURNS 1.24 released (<a href="https://openturns.discourse.group/t/openturns-1-24-released/401">Discourse</a>).
</li>
<li><em>2024-10</em> OpenTURNS 1.24rc1 released (<a href="https://openturns.discourse.group/t/openturns-ships-1-24-rc1/356">Discourse</a>).
</li>
<li><em>2024-06</em> OpenTURNS 1.23 released (<a href="https://openturns.discourse.group/t/openturns-1-23-released/367">Discourse</a>).
</li>
</ul>
</div>
<!-- Community -->
<div class="span4">
<h4>Community</h4>
<ul>
<li><em>About us</em> See <a href="https://openturns.github.io/openturns/latest/about.html#people">authors</a> and <a href="https://openturns.github.io/openturns/latest/developer_guide/developer_guide.html">contributing</a></li>
<li><em>Forum:</em> <a href="https://openturns.discourse.group/">discourse</a></li>
<li><em>X:</em> <a href="https://x.com/openturns_org">@openturns_org</a></li>
<li><em>StackOverflow:</em> <a href="https://stackoverflow.com/questions/tagged/openturns">[openturns]</a></li>
<li><em>Publications:</em> <a href="https://arxiv.org/abs/1501.05242">baudin2015</a></li>
<li><em>Related software:</em> <a href="https://raven.inl.gov">RAVEN</a>, <a href="https://www.uqlab.com/">UQLab</a>, <a href="https://www.persalys.fr">Persalys</a></li>
</ul>
</div>
<!-- who using -->
<div class="span4">
<h4>Who uses OpenTURNS?</h4>
<div id="testimonials_carousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<img src="_static/img/centrale-nantes-logo.jpg" alt="Centrale Nantes" class="thumbnail">
<p>
<em>Used as training support</em>
</p>
</div>
<div class="item">
<img src="_static/img/dtu-logo.jpg" alt="DTU" class="thumbnail">
<p>
<em>Used as training support</em>
</p>
</div>
<div class="item">
<img src="_static/img/prace-logo.jpg" alt="Prace" class="thumbnail">
<p>
<em>Used as training support</em>
</p>
</div>
<div class="item">
<img src="_static/img/ispg-logo.jpg" alt="Sup Galilée" class="thumbnail">
<p>
<em>Used as training support</em>
</p>
</div>
</div>
</div>
<!-- <p align="right">
<small class="example-link">
<a href="http://openturns.org/stable/testimonials/testimonials.html">More testimonials</a>
</small>
</p>-->
</div>
</div>
</div>
<!--Bottom of index page contributions logos-->
<div class="container index-upper">
<div class="row-fluid">
<div class="footer">
<div class="span3">
<!-- Funding provided by Airbus, EDF, IMACS, Phimeca and ONERA. -->
</div>
<div class="span6">
<p class="reference internal" style="text-decoration: none">
<a href="http://www.airbus.com"><img src="_static/img/airbus-logo-3d-blue.png" title="Airbus" alt="airbus group" style="max-width: 80px"></a>
<a href="https://www.edf.fr/en/the-edf-group/who-we-are/activities/research-and-development"><img src="_static/img/edf-logo.svg" title="EDF R&D" alt="edf rd" style="max-height: 30px"></a>
<a href="https://imacs.polytechnique.fr"><img src="_static/img/imacs-logo.jpg" title="IMACS" alt="imacs polytechnique" style="max-height: 40px"></a>
<a href="https://www.onera.fr"><img src="_static/img/onera-logo.png" title="ONERA" alt="onera" style="max-height: 25px"></a>
<a href="https://www.phimeca.com"><img src="_static/img/phimeca-logo.png" title="Phimeca" alt="phimeca engineering" style="max-height: 40px"></a>
</p>
<p class="reference internal" style="text-decoration: none">
<a href="LegalInformation.txt">Legal information and cookie policy</a>
</p>
</div>
</div>
</div>
</div>
</div>
<script>
$('#testimonials_carousel').carousel()
</script><div class="toctree-wrapper compound">
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
</div>
<div class="footer">
</div>
<table style="width: 192px; display: none; top: 43px; position: absolute; left: 1039px; padding: 0px; border-spacing: 0" class="gstl_50 gssb_c"><tbody><tr><td class="gssb_f"></td><td class="gssb_e" style="width: 100%;"></td></tr></tbody></table></body></html>