Home
last modified time | relevance | path

Searched refs:computeMinimumVolumeLevelSetWithThreshold (Results 1 – 25 of 148) sorted by relevance

123456

/dports/math/openturns/openturns-1.18/python/doc/examples/probabilistic_modeling/distributions/
H A Dplot_minimum_volume_level_sets.py34 levelSet, threshold = n.computeMinimumVolumeLevelSetWithThreshold(alpha)
143 levelSet, threshold = m.computeMinimumVolumeLevelSetWithThreshold(alpha)
209 levelSet, threshold = mixture.computeMinimumVolumeLevelSetWithThreshold(alpha)
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Distribution/
H A DParametrizedDistribution.cxx140 LevelSet ParametrizedDistribution::computeMinimumVolumeLevelSetWithThreshold(const Scalar prob, Sca… in computeMinimumVolumeLevelSetWithThreshold() function in ParametrizedDistribution
142 return distribution_.computeMinimumVolumeLevelSetWithThreshold(prob, threshold); in computeMinimumVolumeLevelSetWithThreshold()
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Distribution/openturns/
H A DInverseNormal.hxx78 …LevelSet computeMinimumVolumeLevelSetWithThreshold(const Scalar prob, Scalar & thresholdOut) const…
H A DFrechet.hxx81 …LevelSet computeMinimumVolumeLevelSetWithThreshold(const Scalar prob, Scalar & thresholdOut) const…
H A DPareto.hxx86 …LevelSet computeMinimumVolumeLevelSetWithThreshold(const Scalar prob, Scalar & thresholdOut) const…
H A DParametrizedDistribution.hxx100 …LevelSet computeMinimumVolumeLevelSetWithThreshold(const Scalar prob, Scalar & thresholdOut) const…
H A DGeneralizedPareto.hxx90 …LevelSet computeMinimumVolumeLevelSetWithThreshold(const Scalar prob, Scalar & thresholdOut) const…
H A DUniform.hxx96 …LevelSet computeMinimumVolumeLevelSetWithThreshold(const Scalar prob, Scalar & thresholdOut) const…
H A DIndependentCopula.hxx91 …LevelSet computeMinimumVolumeLevelSetWithThreshold(const Scalar prob, Scalar & thresholdOut) const…
H A DTruncatedNormal.hxx96 …LevelSet computeMinimumVolumeLevelSetWithThreshold(const Scalar prob, Scalar & thresholdOut) const…
H A DCompositeDistribution.hxx86 …LevelSet computeMinimumVolumeLevelSetWithThreshold(const Scalar prob, Scalar & thresholdOut) const…
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Algorithm/Classification/
H A DMinimumVolumeClassifier.cxx110 …levelSetCollection_[i] = distribution_.computeMinimumVolumeLevelSetWithThreshold(alpha_[i], thresh… in getLevelSet()
179 (void)distribution_.computeMinimumVolumeLevelSetWithThreshold(sortedAlpha[i], thresholds[i]); in drawContour()
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_FarlieGumbelMorgensternCopula_std.py67 levelSet, beta = copula.computeMinimumVolumeLevelSetWithThreshold(0.95)
H A Dt_GumbelCopula_std.py68 levelSet, beta = copula.computeMinimumVolumeLevelSetWithThreshold(0.95)
H A Dt_PlackettCopula_std.py73 levelSet, beta = copula.computeMinimumVolumeLevelSetWithThreshold(0.95)
H A Dt_AliMikhailHaqCopula_std.py72 levelSet, beta = copula.computeMinimumVolumeLevelSetWithThreshold(0.95)
H A Dt_FrankCopula_std.py73 levelSet, beta = copula.computeMinimumVolumeLevelSetWithThreshold(0.95)
H A Dt_MaximumDistribution_std.py82 levelSet, beta = distribution.computeMinimumVolumeLevelSetWithThreshold(
H A Dt_InverseNormal_std.py82 levelSet, beta = distribution.computeMinimumVolumeLevelSetWithThreshold(
H A Dt_ParametrizedDistribution_std.py70 levelSet, beta = distribution.computeMinimumVolumeLevelSetWithThreshold(0.95)
H A Dt_IndependentCopula_std.py81 levelSet, beta = copula.computeMinimumVolumeLevelSetWithThreshold(0.95)
H A Dt_Epanechnikov_std.py95 levelSet, beta = distribution.computeMinimumVolumeLevelSetWithThreshold(
H A Dt_MeixnerDistribution_std.py88 levelSet, beta = distribution.computeMinimumVolumeLevelSetWithThreshold(
H A Dt_OrdinalSumCopula_std.py74 levelSet, beta = copula.computeMinimumVolumeLevelSetWithThreshold(0.95)
H A Dt_ClaytonCopula_std.py73 levelSet, beta = copula.computeMinimumVolumeLevelSetWithThreshold(0.95)

123456