/third_party/boost/boost/units/systems/detail/ |
D | constants.hpp | 36 BOOST_CONSTEXPR value_type uncertainty() const { return Base().uncertainty(); } in uncertainty() function 47 BOOST_CONSTEXPR value_type uncertainty() const { return Base().uncertainty(); } in uncertainty() function 219 BOOST_CONSTEXPR value_type uncertainty() const { return uncertainty_; } \ 237 if (val.uncertainty() > value_type()) in operator <<() 239 const double relative_uncertainty = std::abs(val.uncertainty()/val.value()); in operator <<()
|
/third_party/boost/libs/math/example/ |
D | brent_minimise_example.cpp | 167 T uncertainty = sqrt(std::numeric_limits<T>::epsilon()); in show_minima() local 168 std::cout << std::boolalpha << "x == 1 (compared to uncertainty " << uncertainty << ") is " in show_minima() 169 << is_close(static_cast<T>(1), r.first, uncertainty) << std::endl; in show_minima() 170 std::cout << std::boolalpha << "f(x) == (0 compared to uncertainty " << uncertainty << ") is " in show_minima() 171 << is_close(static_cast<T>(0), r.second, uncertainty) << std::endl; in show_minima() 215 double uncertainty = sqrt(std::numeric_limits<double>::epsilon()); in main() local 216 std::cout << "Uncertainty sqrt(epsilon) = " << uncertainty << std::endl; in main() 228 << uncertainty << ") is " << is_close(1., r.first, uncertainty) << std::endl; // true in main() 230 << uncertainty << ") is " << is_close(0., r.second, uncertainty) << std::endl; // true in main()
|
/third_party/boost/libs/units/example/ |
D | measurement.hpp | 70 constexpr value_type uncertainty() const { return uncertainty_; } in uncertainty() function in boost::units::measurement 301 err = newval*std::sqrt(std::pow(m*x.uncertainty()/x.value(),2)); in value() 321 err = newval*std::sqrt(std::pow(m*x.uncertainty()/x.value(),2)); in value() 335 os << val.value() << "(+/-" << val.uncertainty() << ")"; in operator <<()
|
/third_party/mindspore/mindspore/nn/probability/toolbox/ |
D | uncertainty_evaluation.py | 220 uncertainty = self._eval_epistemic_uncertainty(eval_data) 221 return uncertainty 233 uncertainty = self._eval_aleatoric_uncertainty(eval_data) 234 return uncertainty
|
/third_party/boost/libs/math/doc/roots/ |
D | root_comparison.qbk | 36 judged from repeat runs to have an uncertainty of 10 %. Comparing MSVC for `double` and `long doub… 37 (which are identical on this platform) may give a guide to uncertainty of timing. 133 The timing uncertainty (especially using MSVC) is at least 5% of normalized time 'Norm'. 137 within the uncertainty. 227 The timing uncertainty (especially using MSVC) is at least 5% of normalized time 'Norm'. 231 within the uncertainty.
|
D | minima.qbk | 104 uncertainty, for `double` 1.5e-008, calculated from 107 We can use this uncertainty to check that the two values are close-enough to those expected, 113 x == 1 (compared to uncertainty 1.49011611938477e-08) is true 114 f(x) == 0 (compared to uncertainty 1.49011611938477e-08) is true
|
/third_party/mindspore/mindspore/nn/probability/ |
D | README.md | 35 …ncertainty_evaluation.py)): Interfaces to estimate epistemic uncertainty and aleatoric uncertainty. 438 …uncertainty estimation toolbox is based on MindSpore Deep Probabilistic Programming (MDP), and it … 440 …cn/tutorials/en/r1.5/quick_start.html) in Tutorial. For evaluating the uncertainty of test example… 476 …/blob/r1.5/tests/st/probability/toolbox/test_uncertainty.py): Evaluate uncertainty of model and da…
|
/third_party/boost/libs/math/doc/distributions/ |
D | triangular.qbk | 58 is unjustified because uncertainty is caused by rounding and quantization from analog to digital co…
|
D | chi_squared_examples.qbk | 155 Estimating a standard deviation with just a handful of values leaves a very great uncertainty,
|
D | students_t_examples.qbk | 363 As you can see the small number of measurements (3) has led to a large uncertainty
|
/third_party/openssl/ |
D | NOTES.WIN | 45 unavoidable uncertainty about which versions are supported. Latest
|
/third_party/boost/libs/sort/doc/ |
D | block_indirect_sort.qbk | 218 The process had been *long and very hard*, mainly, by the uncertainty about if the ideas are correc…
|
/third_party/python/Objects/ |
D | listsort.txt | 460 After finding such a k, the region of uncertainty is reduced to 2**(k-1) - 1 731 The first confusion takes the form "OK, then the region of uncertainty is at 749 could make this more efficient by arranging for the region of uncertainty to 752 example, with the region of uncertainty B[4], B[5], B[6], there are 4
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/tomsmocomp/ |
D | WierdBob.inc | 190 "movq %%mm7, %%mm4\n\t" // save as bob uncertainty indicator
|
D | StrangeBob.inc | 323 "movq %%mm7, %%mm4\n\t" // save as bob uncertainty indicator
|
/third_party/boost/libs/math/doc/overview/ |
D | faq.qbk | 145 but making it difficult to reason about precision and computational uncertainty, for example
|
/third_party/tzdata/ |
D | backzone | 663 # Westminster. There is a little uncertainty as to the starting date
|
/third_party/boost/libs/math/doc/fp_utilities/ |
D | fp_facets.qbk | 427 there is a potential uncertainty of 1 least significant bit in the resulting binary value.]
|
/third_party/mindspore/ |
D | RELEASE.md | 1375 …yesian Graph Collaborative Filtering(BGCF) framework used to model the uncertainty in the user-ite… 2489 … Graph Convolutional Filtering network which naturally incorporate the uncertainty in the user-ite… 2617 … - Support uncertainty estimation to estimate epistemic uncertainty and aleatoric uncertainty.
|
/third_party/boost/libs/math/doc/ |
D | math.qbk | 756 [include internals/relative_error.qbk] [/ uncertainty of floating-point calculations.]
|
/third_party/boost/libs/math/doc/constants/ |
D | constants.qbk | 738 * Have a intrinsic uncertainty.
|
/third_party/boost/libs/histogram/doc/ |
D | guide.qbk | 235 …uments. To make a profile which can compute weighted means with proper uncertainty estimates, use …
|
/third_party/skia/third_party/externals/brotli/tests/testdata/ |
D | lcet10.txt | 420 advice during a lively discussion of this subject. But uncertainty 586 Although AM has attempted to find a middle ground, uncertainty persists 6745 of risk and uncertainty as well as key issues to be addressed during the 6851 transfer often cause uncertainty concerning EIM system compatibility, 6855 uncertainty, successfully integrate imaging processes, and promote "open
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_direct_state_access.txt | 254 introducing uncertainty about the state of a selector after calling
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_direct_state_access.txt | 254 introducing uncertainty about the state of a selector after calling
|