36constexpr double POS_INF = std::numeric_limits<double>::max();
39constexpr double NEG_INF = std::numeric_limits<double>::lowest();
constexpr double POS_INF
Representation of positive infinity using maximum double value.
constexpr double EPSILON
Small value used for floating-point comparisons to handle precision issues.
constexpr double NEG_INF
Representation of negative infinity using lowest double value.
constexpr double P_MIN
Minimum allowed probability value to avoid numerical underflow.
constexpr double P_MAX
Maximum allowed probability value to avoid numerical issues near 1.0.
Namespace containing SLOPE regression implementation.