Skip to main content

normal_logsf

Function normal_logsf 

Source
pub fn normal_logsf(x: f64) -> f64
Expand description

Numerically stable ln(1 − Φ(x)) = ln Φ(−x) for the standard normal survival function. Delegates to normal_logcdf(-x) so the deep-right tail benefits from the same erfcx-based representation.