Companion

Properties

Link copied to clipboard
const val LOGIT_OVERFLOW_LIMIT: Double = 745.0

Beyond this magnitude in fitting space, the bounded transform is evaluated at its limit rather than through the exponential, which would otherwise overflow.

Functions

Link copied to clipboard
fun of(lowerBound: Double, upperBound: Double): MetalogBoundedness

Determines which member of the metalog family the supplied bounds describe. A bound is treated as absent when it is infinite. Neither bound may be NaN, and the lower bound must be strictly less than the upper bound.