Searched refs:laplace (Results 1 – 17 of 17) sorted by relevance
/third_party/boost/libs/random/test/ |
D | test_laplace.cpp | 17 #define BOOST_RANDOM_DISTRIBUTION_NAME laplace 18 #define BOOST_MATH_DISTRIBUTION boost::math::laplace
|
/third_party/boost/libs/math/doc/distributions/ |
D | laplace.qbk | 3 ``#include <boost/math/distributions/laplace.hpp>`` 11 typedef laplace_distribution<> laplace; 54 Constructs a laplace distribution with location /location/ and 81 The laplace distribution is implemented in terms of the 133 [endsect] [/section:laplace_dist laplace]
|
D | dist_reference.qbk | 24 [include laplace.qbk]
|
/third_party/boost/libs/math/example/ |
D | laplace_example.cpp | 22 using boost::math::laplace; // typedef provides default type is double. 52 laplace l; // (default mean = zero, and standard deviation = unity) in main()
|
/third_party/boost/libs/math/test/compile_test/ |
D | dist_laplace_incl_test.cpp | 18 TEST_DIST_FUNC(laplace) in compile_and_link_test()
|
D | instantiate.hpp | 143 function_requires<DistributionConcept<dist_test::laplace > >(); in instantiate()
|
/third_party/mindspore/mindspore/ops/composite/ |
D | __init__.py | 29 from .random_ops import normal, laplace, uniform, gamma, poisson, multinomial
|
D | random_ops.py | 86 def laplace(shape, mean, lambda_param, seed=None): function
|
/third_party/boost/libs/math/doc/graphs/ |
D | dist_graphs.cpp | 353 distribution_plotter<boost::math::laplace> in main() 355 laplace_plotter.add(boost::math::laplace(0, 1), "μ = 0, σ = 1"); in main() 356 laplace_plotter.add(boost::math::laplace(0, 0.5), "μ = 0, σ = 0.5"); in main() 357 laplace_plotter.add(boost::math::laplace(0, 2), "μ = 0, σ = 2"); in main() 358 laplace_plotter.add(boost::math::laplace(-1, 1), "μ = -1, σ = 1"); in main() 359 laplace_plotter.add(boost::math::laplace(1, 1), "μ = 1, σ = 1"); in main()
|
/third_party/boost/libs/math/reporting/performance/ |
D | test_distributions.cpp | 439 distribution_tester laplace("Laplace"); in main() local 440 laplace.add_test_case(0, 1, two_param_quantile<boost::math::laplace_distribution<> >()); in main() 441 laplace.add_test_case(20, 20, two_param_quantile<boost::math::laplace_distribution<> >()); in main() 442 … laplace.add_test_case(-20, 0.0125, two_param_quantile<boost::math::laplace_distribution<> >()); in main() 444 test_boost_2_param<boost::math::laplace_distribution>(laplace); in main() 568 …laplace.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_laplace_P(x, … in main() 569 …laplace.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_laplace_Pinv(… in main()
|
/third_party/mindspore/tests/st/auto_monad/ |
D | test_effect_random.py | 92 s1 = C.laplace(self.shape, mean, lambda_param, self.seed) 93 s2 = C.laplace(self.shape, mean, lambda_param, self.seed) 94 s3 = C.laplace(self.shape, mean, lambda_param, self.seed)
|
/third_party/boost/boost/math/distributions/ |
D | fwd.hpp | 135 typedef boost::math::laplace_distribution<Type, Policy> laplace;\
|
D | laplace.hpp | 81 typedef laplace_distribution<double> laplace; typedef
|
/third_party/boost/libs/math/dot_net_example/distribution_explorer/ |
D | readme.txt | 28 * laplace
|
/third_party/boost/libs/random/doc/ |
D | distributions.qbk | 75 [[__laplace_distribution] [laplace distribution] [-]]
|
/third_party/boost/libs/math/test/ |
D | test_laplace.cpp | 466 boost::math::laplace lp2(0.5); // Using typedef. in test_bad_dist_parameters()
|
/third_party/mindspore/tests/ut/python/ops/ |
D | test_ops.py | 872 out = C.laplace(self.shape, mean, lambda_param, self.seed)
|