Home
last modified time | relevance | path

Searched refs:m_discrepancyPrecisionShape (Results 1 – 3 of 3) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/gp/src/
H A DGPMSAOptions.C205 m_discrepancyPrecisionShape = UQ_GPMSA_DISCREPANCY_PRECISION_SHAPE_ODV; in set_defaults()
288 m_discrepancyPrecisionShape, in parse()
401 …rser->getOption<double>(m_option_discrepancyPrecisionShape, m_discrepancyPrecisionShape); in parse()
463 m_discrepancyPrecisionShape = in parse()
465 m_discrepancyPrecisionShape); in parse()
1150 << "\n" << m_option_discrepancyPrecisionShape << " = " << this->m_discrepancyPrecisionShape in print()
H A DGPMSA.C1466 double discrepancyPrecisionShape = this->m_opts->m_discrepancyPrecisionShape; in setUpHyperpriors()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/gp/inc/
H A DGPMSAOptions.h261 double m_discrepancyPrecisionShape; variable