Home
last modified time | relevance | path

Searched refs:cdf_curve (Results 1 – 13 of 13) sorted by relevance

/dports/math/openturns/openturns-1.18/python/doc/pyplots/
H A DGridLayout.py10 cdf_curve = ot.WeibullMin(1.0, alpha, 0.0).drawCDF() variable
12 cdf_curve.setColors([palette[j]])
14 cdf_curve.setLegends(['alpha={}'.format(alpha)])
16 grid.setGraph(1, j, cdf_curve)
H A DWeibullMax.py11 cdf_curve = distribution.drawCDF().getDrawable(0) variable
13 cdf_curve.setColor(palette[i])
15 cdf_curve.setLegend('alpha={}'.format(p))
17 cdf_graph.add(cdf_curve)
H A DGeneralizedExtremeValue.py11 cdf_curve = distribution.drawCDF().getDrawable(0) variable
13 cdf_curve.setColor(palette[i])
15 cdf_curve.setLegend('xi={}'.format(p))
17 cdf_graph.add(cdf_curve)
H A DGeneralizedPareto.py11 cdf_curve = distribution.drawCDF().getDrawable(0) variable
13 cdf_curve.setColor(palette[i])
15 cdf_curve.setLegend('xi={}'.format(p))
17 cdf_graph.add(cdf_curve)
H A DWeibullMin.py11 cdf_curve = distribution.drawCDF().getDrawable(0) variable
13 cdf_curve.setColor(palette[i])
15 cdf_curve.setLegend('alpha={}'.format(p))
17 cdf_graph.add(cdf_curve)
H A DBeta.py12 cdf_curve = distribution.drawCDF().getDrawable(0) variable
14 cdf_curve.setColor(palette[i])
16 cdf_curve.setLegend('alpha,beta={},{}'.format(alpha, beta))
18 cdf_graph.add(cdf_curve)
H A DFisherSnedecor.py12 cdf_curve = distribution.drawCDF().getDrawable(0) variable
14 cdf_curve.setColor(palette[i])
16 cdf_curve.setLegend('d1,d2={},{}'.format(d1, d2))
18 cdf_graph.add(cdf_curve)
H A DGamma.py12 cdf_curve = distribution.drawCDF().getDrawable(0) variable
14 cdf_curve.setColor(palette[i])
16 cdf_curve.setLegend('k,l={},{}'.format(k, l))
18 cdf_graph.add(cdf_curve)
H A DNegativeBinomial.py12 cdf_curve = distribution.drawCDF().getDrawable(0) variable
14 cdf_curve.setColor(palette[i])
16 cdf_curve.setLegend('r,p={},{}'.format(r, p))
18 cdf_graph.add(cdf_curve)
H A DBurr.py12 cdf_curve = distribution.drawCDF().getDrawable(0) variable
14 cdf_curve.setColor(palette[i])
16 cdf_curve.setLegend('c,k={},{}'.format(c, k))
18 cdf_graph.add(cdf_curve)
H A DDirichlet.py17 cdf_curve = distribution.drawCDF() variable
19 cdf_graph.add(cdf_curve)
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_GridLayout_std.py14 cdf_curve = ot.WeibullMin(1.0, alpha, 0.0).drawCDF() variable
16 cdf_curve.setColors([palette[j]])
18 cdf_curve.setLegends(['alpha={}'.format(alpha)])
20 grid.setGraph(1, j, cdf_curve)
H A Dt_Viewer.py244 cdf_curve = ot.WeibullMin(1.0, alpha, 0.0).drawCDF() variable
246 cdf_curve.setColors([palette[j]])
248 cdf_curve.setLegends(['alpha={}'.format(alpha)])
250 grid.setGraph(1, j, cdf_curve)