erfc: The complementary error function

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/orig_pplr.R

Description

This function calculates the complementary error function of an input x.

Usage

1
erfc(x)

Arguments

x

a numeric, the input.

Details

erfc is implemented using the function qnorm.

Value

The return is a numeric.

Author(s)

Xuejun Liu

See Also

qnorm

Examples

1
  erfc(0.5)

puma documentation built on Nov. 8, 2020, 11:08 p.m.