You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extreme value distribution's mean and standard_deviation use both detail::check_scale for location parameter a, which seems wrong, as there's no limitation for location parameter a (besides being finite).
This causes even a standard extreme value distribution to fail:
std::domain_error: Error in function boost::math::mean(const extreme_value_distribution<double>&): Scale parameter is 0, but must be > 0 !
std::domain_error: Error in function boost::math::standard_deviation(const extreme_value
Moved from Trac.
The text was updated successfully, but these errors were encountered:
Extreme value distribution's mean and standard_deviation use both detail::check_scale for location parameter a, which seems wrong, as there's no limitation for location parameter a (besides being finite).
This causes even a standard extreme value distribution to fail:
with
Moved from Trac.
The text was updated successfully, but these errors were encountered: