File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
include/boost/math/distributions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ namespace boost { namespace math {
159
159
RealType scale = dist.scale ();
160
160
RealType location = dist.location ();
161
161
RealType result = 0 ; // of checks.
162
- constexpr auto function = " boost::math::cdf (const logistic_distribution<%1%>&, %1%)" ;
162
+ constexpr auto function = " boost::math::logcdf (const logistic_distribution<%1%>&, %1%)" ;
163
163
if (false == detail::check_scale (function, scale, &result, Policy ()))
164
164
{
165
165
return result;
@@ -274,7 +274,7 @@ namespace boost { namespace math {
274
274
RealType location = c.dist .location ();
275
275
RealType scale = c.dist .scale ();
276
276
RealType x = c.param ;
277
- constexpr auto function = " boost::math::cdf (const complement(logistic_distribution<%1%>&), %1%)" ;
277
+ constexpr auto function = " boost::math::logcdf (const complement(logistic_distribution<%1%>&), %1%)" ;
278
278
279
279
RealType result = 0 ;
280
280
if (false == detail::check_scale (function, scale, &result, Policy ()))
You can’t perform that action at this time.
0 commit comments