Lines Matching refs:cdf
215 cdf(laplace_distribution<RealType>(), static_cast<RealType>(-2.L)), in test_pdf_cdf_ocatave()
227 cdf(laplace_distribution<RealType>(), static_cast<RealType>(-1.L)), in test_pdf_cdf_ocatave()
238 cdf(laplace_distribution<RealType>(), static_cast<RealType>(-0.5L)), in test_pdf_cdf_ocatave()
249 cdf(laplace_distribution<RealType>(), static_cast<RealType>(0.0L)), in test_pdf_cdf_ocatave()
260 cdf(laplace_distribution<RealType>(), static_cast<RealType>(0.5L)), in test_pdf_cdf_ocatave()
272 cdf(laplace_distribution<RealType>(), static_cast<RealType>(1.00000000000000L)), in test_pdf_cdf_ocatave()
284 cdf(laplace_distribution<RealType>(), static_cast<RealType>(2.0L)), in test_pdf_cdf_ocatave()
304 …RealType x2( quantile(laplace_distribution<RealType>(), cdf(laplace_distribution<RealType>(), x)) … in test_cdf_quantile_symmetry()
320 RealType c( cdf(laplace_distribution<RealType>(), x) ); in test_hazard_pdf_cdf_symmetry()
351 cdf(laplace_distribution<RealType>(l,s), x), in test_location_scale_symmetry()
352 cdf(laplace_distribution<RealType>(), x0), in test_location_scale_symmetry()
442 cdf(complement(laplace_distribution<RealType>(l,s), x)) in test_complemented()
443 + cdf(laplace_distribution<RealType>(l,s), x), in test_complemented()
504 BOOST_CHECK_EQUAL(cdf(L01, +std::numeric_limits<RealType>::infinity()), 1 ); in test_extreme_function_arguments()
505 BOOST_CHECK_EQUAL(cdf(L01, -std::numeric_limits<RealType>::infinity()), 0 ); in test_extreme_function_arguments()
506 BOOST_CHECK_EQUAL(cdf(complement(L01, +std::numeric_limits<RealType>::infinity())), 0 ); in test_extreme_function_arguments()
507 BOOST_CHECK_EQUAL(cdf(complement(L01, -std::numeric_limits<RealType>::infinity())), 1 ); in test_extreme_function_arguments()