Home
last modified time | relevance | path

Searched refs:computeSO (Results 1 – 6 of 6) sorted by relevance

/dports/math/openturns/openturns-1.18/python/doc/pyplots/
H A DSaltelliSensitivityAlgorithm.py32 computeSO = True variable
33 inputDesign = ot.SobolIndicesExperiment(inputX, size, computeSO).generate()
H A DJansenSensitivityAlgorithm.py32 computeSO = True variable
33 inputDesign = ot.SobolIndicesExperiment(inputX, size, computeSO).generate()
H A DMartinezSensitivityAlgorithm.py32 computeSO = True variable
33 inputDesign = ot.SobolIndicesExperiment(inputX, size, computeSO).generate()
H A DMauntzKucherenkoSensitivityAlgorithm.py32 computeSO = True variable
33 inputDesign = ot.SobolIndicesExperiment(inputX, size, computeSO).generate()
H A DSobolIndicesAlgorithm.py32 computeSO = True variable
33 inputDesign = ot.SobolIndicesExperiment(inputX, size, computeSO).generate()
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_SobolIndicesAlgorithm_std.py30 computeSO = True variable