Learn R Programming

CVXR (version 1.9.1)

log_normcdf: Elementwise log of the standard normal CDF

Description

Quadratic approximation of log(pnorm(x)) with modest accuracy over the range -4 to 4.

Usage

log_normcdf(x)

Value

A concave Expression representing log(Phi(x)).

Arguments

x

An Expression or numeric value.