Skip to contents

Computes the cumulative distribution function of the normal distribution for a numeric vector using a fast approximation.

Usage

fast_pnorm(x)

Arguments

x

A numeric vector for which the CDF should be computed.

Value

A numeric vector of CDF values for each element in x.